mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
get test working
This commit is contained in:
parent
660be04708
commit
2646e55e2b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cutadapt.yml
vendored
4
.github/workflows/cutadapt.yml
vendored
|
@ -24,4 +24,6 @@ jobs:
|
|||
sudo mv nextflow /usr/local/bin/
|
||||
|
||||
# Test the module
|
||||
- run: nextflow run ./tools/cutadapt/sort/test_paired/main.nf -ansi-log false
|
||||
- run: |
|
||||
cd tools/cutadapt/sort/test_paired/
|
||||
nextflow run . -ansi-log false
|
||||
|
|
Loading…
Reference in a new issue