mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
2 tests
This commit is contained in:
parent
fa134a1196
commit
6fd86ad9e5
1 changed files with 7 additions and 2 deletions
9
.github/workflows/cutadapt.yml
vendored
9
.github/workflows/cutadapt.yml
vendored
|
@ -23,7 +23,12 @@ jobs:
|
|||
wget -qO- get.nextflow.io | bash
|
||||
sudo mv nextflow /usr/local/bin/
|
||||
|
||||
# Test the module
|
||||
- run: |
|
||||
- name: Test module with paired-end data
|
||||
run: |
|
||||
cd tools/cutadapt/test_paired/
|
||||
nextflow run . -ansi-log false
|
||||
|
||||
- name: Test module with single-end data
|
||||
run: |
|
||||
cd tools/cutadapt/test_single/
|
||||
nextflow run . -ansi-log false
|
||||
|
|
Loading…
Reference in a new issue