Skip to content

Commit

Permalink
ci: workflow: checkout branch using checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Oct 20, 2023
1 parent ce8f815 commit dc21923
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 @@ -16,6 +16,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: biothings/biothings_explorer
ref: ${{ steps.branch-name.outputs.current_branch }}

- name: Use Node.js 18.x
uses: actions/setup-node@v3
Expand All @@ -29,7 +30,6 @@ 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 dc21923

Please sign in to comment.