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 2a832dc commit 4258be0
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 @@ -31,7 +31,7 @@ jobs:
run: |
pnpm run clone
pnpm run git checkout ${{ steps.branch-name.outputs.current_branch }}
pnpm ci
pnpm i
pnpm --filter biomedical_id_resolve test-cov
- name: Send coverage report to codecov for visualization
Expand Down

0 comments on commit 4258be0

Please sign in to comment.