Skip to content

Commit

Permalink
update nf-test ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Nov 4, 2024
1 parent 3ae299d commit 23729f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Run pipeline with test data
run: |
$CONDA/bin/nf-test test --tag ${{ matrix.test }} --junitxml=default.xml
$CONDA/bin/nf-test test --tag ${{ matrix.test }} --ci --junitxml=default.xml
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
Expand Down

0 comments on commit 23729f7

Please sign in to comment.