Skip to content

Commit e62d113

Browse files
committed
fix date key
1 parent fc99c0c commit e62d113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
path: |
8888
/usr/local/bin/nf-test
8989
/home/runner/.nf-test/nf-test.jar
90-
key: ${{ runner.os }}-nftest-${{ needs.date.outputs.date }}
90+
key: ${{ runner.os }}-nftest-${{ env.date }}
9191

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

0 commit comments

Comments
 (0)