From 7fe0a936f69ea19d5e51ef1e046071136e801456 Mon Sep 17 00:00:00 2001 From: JoseEspinosa Date: Fri, 6 Mar 2020 12:41:07 +0100 Subject: [PATCH] Fixing another typo on the `yml` for CI github actions --- .github/workflows/tcoffee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tcoffee.yml b/.github/workflows/tcoffee.yml index 4ba19b3f..abf1fee4 100644 --- a/.github/workflows/tcoffee.yml +++ b/.github/workflows/tcoffee.yml @@ -25,4 +25,4 @@ jobs: sudo mv nextflow /usr/local/bin/ # Test the module - - run: cd tools/tcoffee/test/ | nextflow run ./tools/tcoffee/test/ -ansi-log false + - run: cd tools/tcoffee/test/ | nextflow run . -ansi-log false