Skip to content

Commit

Permalink
style: Make it more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Aug 6, 2024
1 parent d71ee48 commit 7dfae30
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,13 @@ jobs:
sudo mv nf-test /usr/local/bin/
- name: Run Tests (Shard ${{ matrix.shard }}/${{ strategy.job-total }})
run: nf-test test --ci --shard ${{ matrix.shard }}/${{ strategy.job-total }} --changed-since HEAD^ --profile "+${{ matrix.profile }}" --filter pipeline,subworkflow
run: |
nf-test test \
--ci \
--shard ${{ matrix.shard }}/${{ strategy.job-total }} \
--changed-since HEAD^ \
--profile "+${{ matrix.profile }}" \
--filter pipeline,subworkflow
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
Expand Down

0 comments on commit 7dfae30

Please sign in to comment.