Skip to content

Commit

Permalink
adapted apptainer cachedir
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Nov 7, 2024
1 parent 60993ed commit e1216bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Cache apptainer containers
uses: actions/cache@v3
with:
path: .snakemake/apptainer # Cache the Apptainer containers directory
path: .snakemake/singularity # Cache the Apptainer containers directory
key: ${{ runner.os }}-apptainer-${{ hashFiles('mess/workflow/envs/containers.yml') }}
restore-keys: |
${{ runner.os }}-apptainer-
Expand Down

0 comments on commit e1216bc

Please sign in to comment.