File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
nf_core/pipeline-template/.github/workflows Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 66
77- Run awsfulltest after release, and with dev revision on PRs to master/main ([ #3485 ] ( https://github.com/nf-core/tools/pull/3485 ) )
88- Downgrade nf-schema to fix CI tests ([ #3544 ] ( https://github.com/nf-core/tools/pull/3544 ) )
9+ - Fail nextflow run test gracefully for ` latest everything ` ([ #3543 ] ( https://github.com/nf-core/tools/pull/3543 ) )
910
1011## [ v3.2.0 - Pewter Pangolin] ( https://github.com/nf-core/tools/releases/tag/3.2.0 ) - [ 2025-01-27]
1112
Original file line number Diff line number Diff line change 8383 uses : jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
8484
8585 - name : " Run pipeline with test data ${{ matrix.NXF_VER }} | ${{ matrix.test_name }} | ${{ matrix.profile }}"
86+ continue-on-error : ${{ matrix.NXF_VER == 'latest-everything' }}
8687 run : |
8788 nextflow run ${GITHUB_WORKSPACE} -profile ${{ matrix.test_name }},${{ matrix.profile }} --outdir ./results{% endraw %}
You can’t perform that action at this time.
0 commit comments