ci: Add keep-workflow-wd-on-fail

This commit is contained in:
Edmund Miller 2021-01-22 11:26:58 -06:00
parent a1f4d53d3e
commit 73bd2d499e
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D
19 changed files with 19 additions and 19 deletions

View file

@ -39,7 +39,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag bowtie_align --symlink --wt 2 - run: pytest --kwdof --tag bowtie_align --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}

View file

@ -37,7 +37,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag bowtie_index --symlink --wt 2 - run: pytest --kwdof --tag bowtie_index --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}

View file

@ -37,7 +37,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag bwa_index --symlink --wt 2 - run: pytest --kwdof --tag bwa_index --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}

View file

@ -37,7 +37,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag bwa_index --symlink --wt 2 - run: pytest --kwdof --tag bwa_index --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}

View file

@ -37,7 +37,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag fastqc --symlink --wt 2 - run: pytest --kwdof --tag fastqc --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}

View file

@ -37,7 +37,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag gffread --symlink --wt 2 - run: pytest --kwdof --tag gffread --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}

View file

@ -37,7 +37,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag multiqc --symlink --wt 2 - run: pytest --kwdof --tag multiqc --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}

View file

@ -37,7 +37,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag picard_collectmultiplemetrics --symlink --wt 2 - run: pytest --kwdof --tag picard_collectmultiplemetrics --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}

View file

@ -37,7 +37,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag picard_markduplicates --symlink --wt 2 - run: pytest --kwdof --tag picard_markduplicates --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}

View file

@ -37,7 +37,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag picard_mergesamfiles --symlink --wt 2 - run: pytest --kwdof --tag picard_mergesamfiles --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}

View file

@ -37,7 +37,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag preseq_lcextrap --symlink --wt 2 - run: pytest --kwdof --tag preseq_lcextrap --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}

View file

@ -37,7 +37,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag samtools_flagstat --symlink --wt 2 - run: pytest --kwdof --tag samtools_flagstat --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}

View file

@ -37,7 +37,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag samtools_idxstats --symlink --wt 2 - run: pytest --kwdof --tag samtools_idxstats --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}

View file

@ -37,7 +37,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag samtools_index --symlink --wt 2 - run: pytest --kwdof --tag samtools_index --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}

View file

@ -37,7 +37,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag samtools_sort --symlink --wt 2 - run: pytest --kwdof --tag samtools_sort --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}

View file

@ -37,7 +37,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag samtools_stats --symlink --wt 2 - run: pytest --kwdof --tag samtools_stats --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}

View file

@ -37,7 +37,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag stringtie --symlink --wt 2 - run: pytest --kwdof --tag stringtie --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}

View file

@ -37,7 +37,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag trimgalore --symlink --wt 2 - run: pytest --kwdof --tag trimgalore --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}

View file

@ -36,7 +36,7 @@ jobs:
run: python -m pip install --upgrade pip pytest-workflow run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: pytest --tag ucsc_bedgraphtobigwig --symlink --wt 2 - run: pytest --kwdof --tag ucsc_bedgraphtobigwig --symlink --wt 2
- name: Upload logs on failure - name: Upload logs on failure
if: ${{ failure() }} if: ${{ failure() }}