Skip to content

Commit

Permalink
retry for pnpm install test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjawesome committed Jul 18, 2024
1 parent 428e8d6 commit 326204e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_ws_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
pnpm run clone
pnpm run git checkout ${{ steps.branch-name.outputs.current_branch }}
pnpm i
pnpm i || pnpm i
pnpm --filter utils test-cov
- name: Send coverage report to codecov for visualization
Expand Down

0 comments on commit 326204e

Please sign in to comment.