mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
GitHub actions: paths, not path
This commit is contained in:
parent
97fbd32644
commit
8837c2b81d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test-processes.yml
vendored
6
.github/workflows/test-processes.yml
vendored
|
@ -14,13 +14,13 @@ jobs:
|
|||
# Test each module
|
||||
|
||||
- name: FastQC
|
||||
path: tools/fastqc/*
|
||||
paths: tools/fastqc/*
|
||||
run: nextflow run ./tools/fastqc/test/
|
||||
|
||||
- name: samtools sort
|
||||
path: tools/samtoosl/sort*
|
||||
paths: tools/samtoosl/sort*
|
||||
run: nextflow run ./tools/samtools/sort/test/
|
||||
|
||||
- name: samtools index
|
||||
path: tools/samtoosl/index*
|
||||
paths: tools/samtoosl/index*
|
||||
run: nextflow run ./tools/samtools/index/test/
|
||||
|
|
Loading…
Reference in a new issue