We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3cccad commit eba648bCopy full SHA for eba648b
1 file changed
.github/workflows/unit-tests-webapp.yml
@@ -12,8 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
16
- shardTotal: [10]
+ shardIndex: [1, 2, 3, 4, 5, 6, 7, 8]
+ shardTotal: [8]
17
env:
18
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
19
SHARD_INDEX: ${{ matrix.shardIndex }}
0 commit comments