nf-core_modules/.github/workflows/fastqc.yml
2019-12-05 15:53:38 +01:00

18 lines
286 B
YAML

name: FastQC
on:
push:
paths: tools/fastqc/*
pull_request:
paths: tools/fastqc/*
jobs:
run_multiqc:
runs-on: ubuntu-latest
steps:
# Check out the repository
- uses: actions/checkout@v1
# Test the module
- run: nextflow run ./tools/fastqc/test/