mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Add TrimGalore GitHub Actions test
This commit is contained in:
parent
36f2544c36
commit
9f4192d433
1 changed files with 8 additions and 7 deletions
|
@ -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
|
Loading…
Reference in a new issue