We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4186fc4 commit a4cb332Copy full SHA for a4cb332
.github/workflows/ci.yml
@@ -85,12 +85,7 @@ jobs:
85
- name: "Run pipeline with test data ${{ matrix.NXF_VER }} | ${{ matrix.test_name }} | ${{ matrix.profile }}"
86
continue-on-error: ${{ matrix.NXF_VER == 'latest-everything' }}
87
run: |
88
- nextflow run ${GITHUB_WORKSPACE} -profile test,docker --outdir ./results
89
-
90
- - name: Run pipeline with test data (singularity)
91
- run: |
92
- nextflow run ${GITHUB_WORKSPACE} -profile test,singularity --outdir ./results
93
- if: "${{ github.base_ref == 'master' }}"
+ nextflow run ${GITHUB_WORKSPACE} -profile test,${{ matrix.profile }} --outdir ./results
94
95
- name: Run pipeline with test data (conda)
96
0 commit comments