Skip to content

Commit 68c290f

Browse files
committed
Fix typo in v4 shard example
1 parent 5d817b7 commit 68c290f

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)