Skip to content

Commit

Permalink
test: fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed Jun 21, 2024
1 parent 651345a commit 7b18b09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
run: |
yarn lint
- name: Unit tests
run: |
yarn test
- name: Build
run: |
yarn build
# build first then exec unit tests
- name: Unit tests
run: |
yarn test

0 comments on commit 7b18b09

Please sign in to comment.