Skip to content

Close chain port 8546 which is not bound after 60s #15

Close chain port 8546 which is not bound after 60s

Close chain port 8546 which is not bound after 60s #15

Workflow file for this run

on:
push:
branches:
- feature/*
- bugfix/*
- develop
- release/*
- hotfix/*
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Init
run: npm ci
- name: Run unit tests
run: npm run test
- name: Test build
run: npm run build
# - name: Run integration tests
# run: npm run itest:all