Skip to content

Commit

Permalink
fix date key
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Dec 14, 2023
1 parent fc99c0c commit e62d113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
path: |
/usr/local/bin/nf-test
/home/runner/.nf-test/nf-test.jar
key: ${{ runner.os }}-nftest-${{ needs.date.outputs.date }}
key: ${{ runner.os }}-nftest-${{ env.date }}

- name: Install nf-test
if: steps.cache-software.outputs.cache-hit != 'true'
Expand Down

0 comments on commit e62d113

Please sign in to comment.