Skip to content

Commit

Permalink
Fix nf-test command
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Oct 12, 2024
1 parent 3fbf6b1 commit b80decd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Run nf-test
run: |
nf-test test --tag ${{ matrix.tags }} --profile ${{ matrix.test_name }},${{ matrix.profile }} --junitxml=test.xml
nf-test test --tag ${{ matrix.test_name }} --profile ${{ matrix.test_name }},${{ matrix.profile }} --junitxml=test.xml
- name: Output log on failure
if: failure()
Expand All @@ -127,4 +127,4 @@ jobs:
uses: mikepenz/action-junit-report@v3
if: always() # always run even if the previous step fails
with:
report_paths: "*.xml"
report_paths: "*.xml"

0 comments on commit b80decd

Please sign in to comment.