Skip to content

Commit

Permalink
ci: fix workflow install command
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Oct 20, 2023
1 parent bc034c7 commit 37f4120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
version: 8

- run: pnpm ci
- run: pnpm i
- run: pnpm test-cov

- name: Send coverage report to codecov for visualization
Expand Down

0 comments on commit 37f4120

Please sign in to comment.