Skip to content

Commit a4cb332

Browse files
committed
Apply review suggestion
1 parent 4186fc4 commit a4cb332

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,7 @@ jobs:
8585
- name: "Run pipeline with test data ${{ matrix.NXF_VER }} | ${{ matrix.test_name }} | ${{ matrix.profile }}"
8686
continue-on-error: ${{ matrix.NXF_VER == 'latest-everything' }}
8787
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' }}"
88+
nextflow run ${GITHUB_WORKSPACE} -profile test,${{ matrix.profile }} --outdir ./results
9489
9590
- name: Run pipeline with test data (conda)
9691
run: |

0 commit comments

Comments
 (0)