Skip to content

Commit

Permalink
hybid test uses pacbio
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Feb 13, 2024
1 parent a76a57d commit 9306245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_hybrid_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run tests for hybrid
run: |
nextflow run main.nf -profile docker,test,hybrid
nextflow run main.nf -profile docker,test,hybrid,pacbio
rm -r work .nextflow*
- name: View results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_hybrid_singularity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run tests for hybrid
run: |
nextflow run main.nf -profile singularity,test,hybrid
nextflow run main.nf -profile singularity,test,hybrid,pacbio
rm -r work .nextflow*
- name: View results
Expand Down

0 comments on commit 9306245

Please sign in to comment.