Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Temp removal of FULL Test to allow for merge.
  • Loading branch information
DLBPointon authored Oct 18, 2023
1 parent 6ee71c7 commit c23127c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
nextflow run ${GITHUB_WORKSPACE} -entry RAPID -profile test_github,docker --outdir ./results-rapid
- name: Run FULL pipeline with test data
# Remember that you can parallelise this by using strategy.matrix
run: |
nextflow run ${GITHUB_WORKSPACE} -profile test_github,docker --outdir ./results-full
#- name: Run FULL pipeline with test data
# # Remember that you can parallelise this by using strategy.matrix
# run: |
# nextflow run ${GITHUB_WORKSPACE} -profile test_github,docker --outdir ./results-full

0 comments on commit c23127c

Please sign in to comment.