Skip to content

Commit

Permalink
Revert test coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Sep 7, 2024
1 parent 1f4165c commit f5baaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: pnpm install

- name: Test coverage
run: pnpm test:coverage
run: npx vitest --coverage.enabled true

- name: Upload coverage
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f5baaba

Please sign in to comment.