Skip to content

Commit 4ad44d8

Browse files
authored
Merge pull request #327 from rwdevguy/fix-typo-in-shard-example
Fix typo in v4 shard example
2 parents 4a7f15b + 68c290f commit 4ad44d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pest-v4-is-here-now-with-browser-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ name: Tests (Shard ${{ matrix.shard }}/4)
134134

135135
steps:
136136
- name: Run tests
137-
run: pest --parallel --shard ${{ matrix.shard }}/5
137+
run: pest --parallel --shard ${{ matrix.shard }}/4
138138
```
139139
140140
## Type Coverage Is Much Faster

0 commit comments

Comments
 (0)