mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Ansi log false for tests
This commit is contained in:
parent
e2a205c8df
commit
51bd2c0277
4 changed files with 4 additions and 4 deletions
2
.github/workflows/fastqc.yml
vendored
2
.github/workflows/fastqc.yml
vendored
|
@ -19,4 +19,4 @@ jobs:
|
||||||
sudo mv nextflow /usr/local/bin/
|
sudo mv nextflow /usr/local/bin/
|
||||||
|
|
||||||
# Test the module
|
# Test the module
|
||||||
- run: nextflow run ./tools/fastqc/test/
|
- run: nextflow run ./tools/fastqc/test/ -ansi-log false
|
||||||
|
|
2
.github/workflows/samtools_index.yml
vendored
2
.github/workflows/samtools_index.yml
vendored
|
@ -19,4 +19,4 @@ jobs:
|
||||||
sudo mv nextflow /usr/local/bin/
|
sudo mv nextflow /usr/local/bin/
|
||||||
|
|
||||||
# Test the module
|
# Test the module
|
||||||
- run: nextflow run ./tools/samtools/index/test/
|
- run: nextflow run ./tools/samtools/index/test/ -ansi-log false
|
||||||
|
|
2
.github/workflows/samtools_sort.yml
vendored
2
.github/workflows/samtools_sort.yml
vendored
|
@ -19,4 +19,4 @@ jobs:
|
||||||
sudo mv nextflow /usr/local/bin/
|
sudo mv nextflow /usr/local/bin/
|
||||||
|
|
||||||
# Test the module
|
# Test the module
|
||||||
- run: nextflow run ./tools/samtools/sort/test/
|
- run: nextflow run ./tools/samtools/sort/test/ -ansi-log false
|
||||||
|
|
2
.github/workflows/trim_galore.yml
vendored
2
.github/workflows/trim_galore.yml
vendored
|
@ -19,4 +19,4 @@ jobs:
|
||||||
sudo mv nextflow /usr/local/bin/
|
sudo mv nextflow /usr/local/bin/
|
||||||
|
|
||||||
# Test the module
|
# Test the module
|
||||||
- run: nextflow run ./tools/trim_galore/test/
|
- run: nextflow run ./tools/trim_galore/test/ -ansi-log false
|
||||||
|
|
Loading…
Reference in a new issue