GitHub actions: paths, not path

This commit is contained in:
Phil Ewels 2019-12-05 15:39:01 +01:00
parent 97fbd32644
commit 8837c2b81d

View file

@ -14,13 +14,13 @@ jobs:
# Test each module # Test each module
- name: FastQC - name: FastQC
path: tools/fastqc/* paths: tools/fastqc/*
run: nextflow run ./tools/fastqc/test/ run: nextflow run ./tools/fastqc/test/
- name: samtools sort - name: samtools sort
path: tools/samtoosl/sort* paths: tools/samtoosl/sort*
run: nextflow run ./tools/samtools/sort/test/ run: nextflow run ./tools/samtools/sort/test/
- name: samtools index - name: samtools index
path: tools/samtoosl/index* paths: tools/samtoosl/index*
run: nextflow run ./tools/samtools/index/test/ run: nextflow run ./tools/samtools/index/test/