From 2646e55e2b1fac534c47b94d0ccc3efdcf1f5072 Mon Sep 17 00:00:00 2001 From: Piotr Faba Date: Fri, 6 Mar 2020 14:50:29 +0000 Subject: [PATCH] get test working --- .github/workflows/cutadapt.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cutadapt.yml b/.github/workflows/cutadapt.yml index 0aa773d8..9d9f5a2c 100644 --- a/.github/workflows/cutadapt.yml +++ b/.github/workflows/cutadapt.yml @@ -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