Skip to content

Commit 3757a12

Browse files
committed
cicd: fix coverage command usage
1 parent 0dd107c commit 3757a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: test
3333
id: test
3434
if: ${{ always() }}
35-
run: pnpm test --coverage
35+
run: pnpm test:coverage
3636
- name: lint
3737
if: ${{ always() }}
3838
run: pnpm lint

0 commit comments

Comments
 (0)