Skip to content

Commit

Permalink
fix: add in args
Browse files Browse the repository at this point in the history
  • Loading branch information
slsevilla committed Sep 29, 2023
1 parent 2fe4d4d commit d4c783e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: docker://snakemake/snakemake:v7.19.1
with:
directory: '.test'
args: '--cores 1 --use-conda --conda-cleanup-pkgs cache'
- name: Dev Testing Workflow
continue-on-error: true
run: |
Expand All @@ -23,4 +24,4 @@ jobs:
touch hg38.fa genes.gtf hg38.bed hg38.tss.bed hg38_refseq.ucsc Ecoli_GCF_000005845.2_ASM584v2_genomic.fna adapters.fa && \
snakemake --lint -s /opt2/workflow/Snakefile \
-d /opt2/output_carlisle --configfile /opt2/.test/config_lint.yaml || \
echo 'There may have been a few warnings or errors. Please read through the log to determine if its harmless.'"
echo 'There may have been a few warnings or errors. Please read through the log to determine if its harmless.'"

0 comments on commit d4c783e

Please sign in to comment.