There was an error while loading. Please reload this page.
1 parent d760741 commit f62351aCopy full SHA for f62351a
2 files changed
.github/workflows/unit-tests-webapp.yml
@@ -23,7 +23,8 @@ jobs:
23
# one flaky shard shouldn't cancel its siblings - lets us re-run only the failed shard
24
fail-fast: false
25
matrix:
26
- shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]
+ shardIndex:
27
+ [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]
28
shardTotal: [24]
29
env:
30
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
0 commit comments