get test working

This commit is contained in:
Piotr Faba 2020-03-06 14:50:29 +00:00
parent 660be04708
commit 2646e55e2b

View file

@ -24,4 +24,6 @@ jobs:
sudo mv nextflow /usr/local/bin/ sudo mv nextflow /usr/local/bin/
# Test the module # 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