Skip to content

Commit

Permalink
ci: Less shards
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Dec 19, 2024
1 parent 3c0ebae commit 95690c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,13 @@ jobs:

- name: Run Tests (Shard ${{ matrix.shard }}/${{ strategy.job-total }})
run: |
NFT_WORKDIR=~ \
nf-test test \
--ci \
--shard ${{ matrix.shard }}/${{ strategy.job-total }} \
--shard ${{ matrix.shard }}/4 \
--changed-since HEAD^ \
--profile "+${{ matrix.profile }}" \
--verbose \
--filter pipeline
- name: Publish Test Report
Expand Down

0 comments on commit 95690c7

Please sign in to comment.