Skip to content

Commit

Permalink
Fix unit test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2023
1 parent ad93411 commit 9bfbdfa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,14 @@ jobs:
- run: npm run build --if-present

- name: Run jest --testPathPattern packages/
run: ./node_modules/.bin/jest --testPathPattern packages/
run: |
./node_modules/.bin/jest \
--ci \
--coverage true \
--forceExit \
--logHeapUsage \
--runInBand \
--testPathPattern packages/
timeout-minutes: 10

- if: always()
Expand Down

0 comments on commit 9bfbdfa

Please sign in to comment.