mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
fix path error
This commit is contained in:
parent
2646e55e2b
commit
fa134a1196
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cutadapt.yml
vendored
2
.github/workflows/cutadapt.yml
vendored
|
@ -25,5 +25,5 @@ jobs:
|
||||||
|
|
||||||
# Test the module
|
# Test the module
|
||||||
- run: |
|
- run: |
|
||||||
cd tools/cutadapt/sort/test_paired/
|
cd tools/cutadapt/test_paired/
|
||||||
nextflow run . -ansi-log false
|
nextflow run . -ansi-log false
|
||||||
|
|
Loading…
Reference in a new issue