Skip to content

Commit 2dba19f

Browse files
committed
Add --keep-going to tests
1 parent e2f2602 commit 2dba19f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test_apptainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
environment-file: .test/environment_apptainer.yaml
2727
- name: Run test pipeline
2828
shell: bash -el {0}
29-
run: snakemake --snakefile .test/Snakefile --configfile config/config.yaml .test/targets.yaml -c1 --sdm apptainer conda
29+
run: snakemake --snakefile .test/Snakefile --configfile config/config.yaml .test/targets.yaml -c1 --sdm apptainer conda --keep-going
3030
- name: Pack logs
3131
if: success() || failure()
3232
shell: bash -el {0}

.github/workflows/test_v7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
environment-file: .test/environment_v7.yaml
2727
- name: Run test pipeline
2828
shell: bash -el {0}
29-
run: snakemake --snakefile .test/Snakefile --configfile config/config.yaml .test/targets.yaml --use-conda -c1 --conda-frontend conda
29+
run: snakemake --snakefile .test/Snakefile --configfile config/config.yaml .test/targets.yaml --use-conda -c1 --conda-frontend conda --keep-going
3030
- name: Pack logs
3131
if: success() || failure()
3232
shell: bash -el {0}

.github/workflows/test_v8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
environment-file: .test/environment_v8.yaml
2727
- name: Run test pipeline
2828
shell: bash -el {0}
29-
run: snakemake --snakefile .test/Snakefile --configfile config/config.yaml .test/targets.yaml --use-conda -c1 --conda-frontend conda
29+
run: snakemake --snakefile .test/Snakefile --configfile config/config.yaml .test/targets.yaml --use-conda -c1 --conda-frontend conda --keep-going
3030
- name: Pack logs
3131
if: success() || failure()
3232
shell: bash -el {0}

.github/workflows/test_v9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
environment-file: .test/environment_v9.yaml
2727
- name: Run test pipeline
2828
shell: bash -el {0}
29-
run: snakemake --snakefile .test/Snakefile --configfile config/config.yaml .test/targets.yaml -c1 --sdm conda
29+
run: snakemake --snakefile .test/Snakefile --configfile config/config.yaml .test/targets.yaml -c1 --sdm conda --keep-going
3030
- name: Pack logs
3131
if: success() || failure()
3232
shell: bash -el {0}

0 commit comments

Comments
 (0)