Skip to content

Commit

Permalink
Use conda nf-test
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk authored Aug 6, 2024
1 parent 27726a0 commit b2af8e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
# Run nf-test
- name: Run nf-test
run: nf-test test tests/pipeline/${{ matrix.profile }}.nf.test --profile=test,docker --junitxml=test.xml
run: |
$CONDA/bin/nf-test test tests/pipeline/${{ matrix.profile }}.nf.test --profile=test,docker --junitxml=test.xml
# If the test fails, output the software_versions.yml using the 'batcat' utility
- name: Output log on failure
Expand Down

0 comments on commit b2af8e2

Please sign in to comment.