mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Fixing typo on the yml
for CI github actions
This commit is contained in:
parent
5f9cf40f5a
commit
36c0c56fdd
1 changed files with 1 additions and 3 deletions
4
.github/workflows/tcoffee.yml
vendored
4
.github/workflows/tcoffee.yml
vendored
|
@ -24,7 +24,5 @@ jobs:
|
||||||
wget -qO- get.nextflow.io | bash
|
wget -qO- get.nextflow.io | bash
|
||||||
sudo mv nextflow /usr/local/bin/
|
sudo mv nextflow /usr/local/bin/
|
||||||
|
|
||||||
ls -la test-datasets/tools/tcoffee/input/
|
|
||||||
|
|
||||||
# Test the module
|
# Test the module
|
||||||
- run: cd tools/tcoffee/test/ | nextflow run . -ansi-log false
|
- run: cd tools/tcoffee/test/ | nextflow run ./tools/tcoffee/test/ -ansi-log false
|
||||||
|
|
Loading…
Reference in a new issue