Skip to content

Commit 1a49d0b

Browse files
committed
shard host tests
1 parent f947257 commit 1a49d0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/ci.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,11 @@ jobs:
148148
concurrency:
149149
group: boxel-host-test${{ github.head_ref || github.run_id }}
150150
cancel-in-progress: true
151+
strategy:
152+
fail-fast: false
153+
matrix:
154+
shardIndex: [1, 2, 3]
155+
shardTotal: [3]
151156
steps:
152157
- uses: actions/checkout@v4
153158
- uses: ./.github/actions/init

0 commit comments

Comments
 (0)