Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
fcaretti committed Jun 14, 2024
1 parent cb1e883 commit 02f308d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
- name: Test workflow
uses: snakemake/[email protected]
with:
directory: .test
snakefile: workflow/Snakefile
directory: '.test'
snakefile: 'workflow/Snakefile'
args: "--dry-run --use-conda --show-failed-logs --cores 3 --conda-cleanup-pkgs cache --all-temp"
- name: Test report
uses: snakemake/[email protected]
with:
directory: .
snakefile: workflow/Snakefile
directory: '.'
snakefile: 'workflow/Snakefile'
args: "--report report.zip"
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import glob
import os


configfile: "config/config.yml"
configfile: ".test/config/config.yml"


# Access the data folder from the config
Expand Down

0 comments on commit 02f308d

Please sign in to comment.