Skip to content

Commit

Permalink
ci: workflow: ensure root is on correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Oct 20, 2023
1 parent 4258be0 commit 27b0f4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_ws_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:

- name: pnpm install, generate coverage report
run: |
git checkout ${{ steps.branch-name.outputs.current_branch }}
pnpm run clone
pnpm run git checkout ${{ steps.branch-name.outputs.current_branch }}
pnpm i
Expand Down

0 comments on commit 27b0f4a

Please sign in to comment.