Add TrimGalore GitHub Actions test

This commit is contained in:
drpatelh 2020-08-07 12:21:47 +01:00
parent 36f2544c36
commit 9f4192d433

View file

@ -1,18 +1,18 @@
name: Trim Galore!
name: trimgalore
on:
push:
paths:
- software/trim_galore/**
- .github/workflows/trim_galore.yml
- software/trimgalore/**
- .github/workflows/trimgalore.yml
- tests
pull_request:
paths:
- software/trim_galore/**
- .github/workflows/trim_galore.yml
- software/trimgalore/**
- .github/workflows/trimgalore.yml
- tests
jobs:
run_ci_test:
ci_test:
runs-on: ubuntu-latest
env:
NXF_ANSI_LOG: false
@ -22,8 +22,9 @@ jobs:
- name: Install Nextflow
run: |
export NXF_VER="20.07.1"
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
# Test the module
- run: nextflow run ./software/trim_galore/test/
- run: nextflow run ./software/trimgalore/test/ -profile docker