diff --git a/.github/workflows/test-processes.yml b/.github/workflows/test-processes.yml new file mode 100644 index 00000000..5e6dc699 --- /dev/null +++ b/.github/workflows/test-processes.yml @@ -0,0 +1,18 @@ +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 + path: tools/fastqc/* + uses: ./tools/fastqc/test-action.yml diff --git a/nf/fastqc.nf b/tools/fastqc/main.nf similarity index 100% rename from nf/fastqc.nf rename to tools/fastqc/main.nf