Skip to content

Commit

Permalink
Added multiple tests to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GallVp committed Sep 29, 2024
1 parent b8b4d5a commit 504b3a8
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
matrix:
NXF_VER:
- "23.04.0"
TEST_PARAMS:
- minimal
- short
- nonmasked
- stub
OPTION_STUB:
- "-stub"

steps:
- name: Check out pipeline code
Expand All @@ -40,8 +47,9 @@ jobs:
- name: Run pipeline with test data
run: |
nextflow run \
main.nf \
${GITHUB_WORKSPACE} \
-profile docker \
-stub \
-params-file tests/stub/params.json \
-params-file \
./tests/${{ matrix.TEST_PARAMS }}/params.json \
${{ matrix.OPTION_STUB }} \
--outdir ./results

0 comments on commit 504b3a8

Please sign in to comment.