Skip to content

chore: update build system #1307

chore: update build system

chore: update build system #1307

Workflow file for this run

name: Unit Test
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
- name: Unit tests
run: yarn run test-coverage