Skip to content

Commit

Permalink
HOTFIX - removed coverage flag from action (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoriopalama authored Jul 24, 2024
1 parent 08efcda commit 851de84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: "Install Firebase"
run: pnpm install -g firebase-tools
- name: "Test"
run: pnpm run test --coverage.enabled true
run: pnpm run test

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

0 comments on commit 851de84

Please sign in to comment.