Skip to content

Commit cb1e5ce

Browse files
committed
Fix ci
1 parent 390b9d2 commit cb1e5ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
- "conda"
3434
- "docker"
3535
- "singularity"
36-
test_profile:
37-
- "test"
3836
test_name:
3937
- "test"
4038
- "skip_trimming"
@@ -99,5 +97,5 @@ jobs:
9997
- name: "Run pipeline with test data ${{ matrix.NXF_VER }} | ${{ matrix.test_name }} | ${{ matrix.profile }}"
10098
continue-on-error: ${{ matrix.NXF_VER == 'latest-everything' }}
10199
run: |
102-
nextflow run ${GITHUB_WORKSPACE} -profile ${{ matrix.test_profile }},${{ matrix.profile }} --outdir ./results ${{ matrix.parameters }}
100+
nextflow run ${GITHUB_WORKSPACE} -profile test,${{ matrix.profile }} --outdir ./results ${{ matrix.parameters }}
103101
if: "${{ github.base_ref == 'master' }}"

0 commit comments

Comments
 (0)