Skip to content

Commit

Permalink
Cache keyed by test files
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Sep 26, 2022
1 parent 4e4d272 commit b03fbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-snakemake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/cache@v3
with:
path: tests/rawdata
key: rawdata1
key: rawdata-${{ hashFiles('tests/**') }}

- name: setup data
shell: bash -el {0}
Expand Down

0 comments on commit b03fbb3

Please sign in to comment.