nf-core_modules/.github/workflows/tcoffee.yml
2020-03-05 17:17:14 +01:00

23 lines
427 B
YAML

name: FastQC
on:
push: {}
pull_request:
paths: tools/fastqc/*
jobs:
run_ci_test:
runs-on: ubuntu-latest
steps:
# Check out the repository
- uses: actions/checkout@v1
submodules: true
- name: Install Nextflow
run: |
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
# Test the module
- run: nextflow run ./tools/fastqc/test/ -ansi-log false