Skip to content

Commit 86befaa

Browse files
adapt to latest release
1 parent 982f81c commit 86befaa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM snakemake/snakemake:v5.14.0
1+
FROM snakemake/snakemake:v5.15.0
22
COPY entrypoint.sh /entrypoint.sh
33
ENTRYPOINT ["/entrypoint.sh"]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ Preliminary commands to run before the workflow execution.
2424

2525
```yaml
2626
- name: Linting
27-
uses: snakemake/snakemake-github-action@v1.5.3
27+
uses: snakemake/snakemake-github-action@v1.6.0
2828
with:
2929
directory: '.test'
3030
snakefile: 'workflow/Snakefile'
3131
args: '--lint'
3232
- name: Testing
33-
uses: snakemake/snakemake-github-action@v1.5.3
33+
uses: snakemake/snakemake-github-action@v1.6.0
3434
with:
3535
directory: '.test'
3636
snakefile: 'workflow/Snakefile'
37-
args: '--cores 1 --use-conda --conda-cleanup-pkgs'
37+
args: '--cores 1 --use-conda --conda-cleanup-pkgs cache'
3838
stagein: '' # additional preliminary commands to run (can be multiline)
3939
```

0 commit comments

Comments
 (0)