nf-core_modules/.github/workflows/test-processes.yml
2019-12-05 15:39:01 +01:00

26 lines
546 B
YAML

name: "nf-core/modules CI"
on: [push, pull_request]
jobs:
run_multiqc:
name: Test modules
runs-on: ubuntu-latest
steps:
# Check out the repository
- uses: actions/checkout@v1
# Test each module
- name: FastQC
paths: tools/fastqc/*
run: nextflow run ./tools/fastqc/test/
- name: samtools sort
paths: tools/samtoosl/sort*
run: nextflow run ./tools/samtools/sort/test/
- name: samtools index
paths: tools/samtoosl/index*
run: nextflow run ./tools/samtools/index/test/