We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4623198 commit 953367fCopy full SHA for 953367f
1 file changed
.github/workflows/ci.yml
@@ -217,6 +217,7 @@ jobs:
217
run: |
218
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --clip_readlength 0 --run_bam_filtering --bam_filter_minreadlength 50
219
- name: prep upload
220
+ if: ${{ always() }}
221
222
zip -r work work/
223
- uses: actions/upload-artifact@v2
@@ -285,6 +286,7 @@ jobs:
285
286
287
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv_kraken,docker --run_bam_filtering --bam_unmapped_type 'fastq'
288
289
290
291
292
0 commit comments