Skip to content

Commit

Permalink
ci: job-total => 5
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 1, 2024
1 parent fb36aa8 commit 798c661
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 @@ -95,7 +95,7 @@ jobs:
--ci \
--junitxml="TEST-${{ matrix.filter }}_${{ matrix.profile }}_${{ matrix.shard }}.xml" \
--verbose \
--shard ${{ matrix.shard }}/${{ strategy.job-total }} \
--shard ${{ matrix.shard }}/5 \
--changed-since HEAD^ \
--profile "+${{ matrix.profile }}" \
--filter ${{ matrix.filter }}
Expand Down

0 comments on commit 798c661

Please sign in to comment.