Skip to content

Commit

Permalink
test: update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
code-xhyun committed May 8, 2024
1 parent 120bcfd commit e4f349b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Run tests
run: |
npx jest --coverage --coverageReporters json-summary
npx jest --detectOpenHandles --forceExit --coverage --coverageReporters json-summary
- name: Jest Coverage Comment
uses: MishaKav/jest-coverage-comment@main
Expand Down

0 comments on commit e4f349b

Please sign in to comment.