Skip to content

Commit 06c7f2a

Browse files
committed
Change to two shards
1 parent 2a3806d commit 06c7f2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ jobs:
184184
strategy:
185185
fail-fast: false
186186
matrix:
187-
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] # FIXME restore to 2?
188-
shardTotal: [10]
187+
shardIndex: [1, 2] # FIXME restore to 2?
188+
shardTotal: [2]
189189
steps:
190190
- uses: actions/checkout@v3
191191
- uses: ./.github/actions/init

0 commit comments

Comments
 (0)