Skip to content

Commit

Permalink
Increase mypy_primer shards (python#13496)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja authored Aug 24, 2022
1 parent a6e3454 commit 8ece685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mypy_primer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
contents: read
strategy:
matrix:
shard-index: [0, 1, 2]
shard-index: [0, 1, 2, 3, 4]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
mypy_primer \
--repo mypy_to_test \
--new $GITHUB_SHA --old base_commit \
--num-shards 3 --shard-index ${{ matrix.shard-index }} \
--num-shards 5 --shard-index ${{ matrix.shard-index }} \
--debug \
--output concise \
| tee diff_${{ matrix.shard-index }}.txt
Expand Down

0 comments on commit 8ece685

Please sign in to comment.