Skip to content

Commit

Permalink
test(code-cover.yml): I really need to watch this syntax closer.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeyer committed Jul 11, 2024
1 parent 3d20ed2 commit 8246e88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code-cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- conda-forge
channel-priority: flexible
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup test-resources/
run: |
mkdir $GITHUB_WORKSPACE/test-resources/
Expand Down

0 comments on commit 8246e88

Please sign in to comment.