mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- software/trim_galore/**
|
- software/trimgalore/**
|
||||||
- .github/workflows/trim_galore.yml
|
- .github/workflows/trimgalore.yml
|
||||||
- tests
|
- tests
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- software/trim_galore/**
|
- software/trimgalore/**
|
||||||
- .github/workflows/trim_galore.yml
|
- .github/workflows/trimgalore.yml
|
||||||
- tests
|
- tests
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_ci_test:
|
ci_test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
NXF_ANSI_LOG: false
|
NXF_ANSI_LOG: false
|
||||||
|
@ -22,8 +22,9 @@ jobs:
|
||||||
|
|
||||||
- name: Install Nextflow
|
- name: Install Nextflow
|
||||||
run: |
|
run: |
|
||||||
|
export NXF_VER="20.07.1"
|
||||||
wget -qO- get.nextflow.io | bash
|
wget -qO- get.nextflow.io | bash
|
||||||
sudo mv nextflow /usr/local/bin/
|
sudo mv nextflow /usr/local/bin/
|
||||||
|
|
||||||
# Test the module
|
# Test the module
|
||||||
- run: nextflow run ./software/trim_galore/test/
|
- run: nextflow run ./software/trimgalore/test/ -profile docker
|
Loading…
Reference in a new issue