nf-core_modules/.github/workflows/fastqc.yml
Workflow config file is invalid. Please check your config file: yaml: line 4: did not find expected alphabetic or numeric character
2019-12-05 16:08:12 +01:00

23 lines
398 B
YAML

name: FastQC
on:
push:
paths: *
pull_request:
paths: tools/fastqc/*
jobs:
run_ci_test:
runs-on: ubuntu-latest
steps:
# Check out the repository
- uses: actions/checkout@v1
- 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/