Skip to content

Commit

Permalink
ci: fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Dannyps committed Mar 23, 2024
1 parent d9a7f47 commit ef98572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run: npm i
- name: jest test with Coverage
continue-on-error: true
run: jest --json --outputFile=jest-results.json
run: npx jest --json --outputFile=jest-results.json
- name: Process jest results with default
if: always()
# You may also reference just the major or major.minor version
Expand Down

0 comments on commit ef98572

Please sign in to comment.