Skip to content

Commit

Permalink
workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris committed Jul 16, 2024
1 parent fa8da0a commit b805637
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
with:
directory: .test
snakefile: workflow/Snakefile
args: "--use-conda --use-singularity --show-failed-logs --cores 2 --conda-cleanup-pkgs cache"
# - name: Test report
# uses: snakemake/snakemake-github-action@v1.25.1
# with:
# directory: .test
# snakefile: workflow/Snakefile
# args: "--use-conda --use-singularity --cores 2 --report report.zip"
args: "--use-conda --show-failed-logs --cores 2 --conda-cleanup-pkgs cache"
- name: Test report
uses: snakemake/snakemake-github-action@v1.25.1
with:
directory: .test
snakefile: workflow/Snakefile
args: "--use-conda --cores 2 --report report.zip"

0 comments on commit b805637

Please sign in to comment.