Skip to content

Commit 178c490

Browse files
committed
split long tests
1 parent d84fa47 commit 178c490

4 files changed

Lines changed: 7 additions & 1093 deletions

File tree

.github/workflows/unit-tests-webapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
# one flaky shard shouldn't cancel its siblings - lets us re-run only the failed shard
2525
fail-fast: false
2626
matrix:
27-
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
28-
shardTotal: [10]
27+
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
28+
shardTotal: [12]
2929
env:
3030
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
3131
SHARD_INDEX: ${{ matrix.shardIndex }}

0 commit comments

Comments
 (0)