Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Apr 14, 2023
1 parent 68be0b3 commit b197136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
# Note that we cannot test conda because the bind of the filesystem is too slow
commands: [["singularity", "cp -R ./tests/test_singularity_module/* /tmp/workflow/", "snakemake --cores 1 --jobs 2 --flux-operator --use-singularity"],
["vanilla", "", "snakemake --cores 1 --jobs 1 --flux-operator --minicluster-container-image ghcr.io/rse-ops/atacseq-vanilla:app-latest"]]
["vanilla", "", "snakemake --cores 1 --jobs 1 --flux-operator --flux-minicluster-container-image ghcr.io/rse-ops/atacseq-vanilla:app-latest"]]

steps:
- name: Checkout the code
Expand Down

0 comments on commit b197136

Please sign in to comment.