Skip to content

Commit

Permalink
cicd: fix coverage command usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Oct 19, 2024
1 parent 0dd107c commit 3757a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: test
id: test
if: ${{ always() }}
run: pnpm test --coverage
run: pnpm test:coverage
- name: lint
if: ${{ always() }}
run: pnpm lint
Expand Down

0 comments on commit 3757a12

Please sign in to comment.