Skip to content

Commit

Permalink
fix for json-summary reporter of vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokul K authored and Gokul K committed Jun 6, 2024
1 parent f165358 commit 947581e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: "Build"
run: npm run build
- name: "Test"
run: npm run coverage
run: npm run coverage-summary
- name: "Upload Coverage"
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 947581e

Please sign in to comment.