Skip to content

Commit

Permalink
ci: Add test profile
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 5, 2023
1 parent b696e77 commit dcfbf52
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 @@ -98,7 +98,7 @@ jobs:
- name: Run nf-test
run: |
nf-test test \
--profile=${{ matrix.profile }} \
--profile="test,${{ matrix.profile }}" \
${{ matrix.test }} \
--junitxml=${{ matrix.test }}-${{ matrix.profile }}.xml
- uses: actions/upload-artifact@v3 # upload test results
Expand Down

0 comments on commit dcfbf52

Please sign in to comment.