Skip to content

Commit

Permalink
add -ansi-log to get less output lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 committed Jan 16, 2025
1 parent 9b4aa6f commit a5626f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
- uses: actions/checkout@v3
# Run tests sequentialy
- name: test short single
run: nextflow run -profile docker,test_illumina_single aline.nf
run: nextflow run -ansi-log -profile docker,test_illumina_single aline.nf
- name: test short paired
run: nextflow run -profile docker,test_illumina_paired aline.nf
run: nextflow run -ansi-log -profile docker,test_illumina_paired aline.nf
- name: test ont
run: nextflow run -profile docker,test_ont aline.nf
run: nextflow run -ansi-log -profile docker,test_ont aline.nf
- name: test pacbio
run: nextflow run -profile docker,test_pacbio aline.nf
run: nextflow run -ansi-log -profile docker,test_pacbio aline.nf

0 comments on commit a5626f2

Please sign in to comment.