Skip to content

Commit

Permalink
balance github matrix sharding to number of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Jan 3, 2023
1 parent 84dd55f commit 25a9221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright-container-based-sharding.yml
Expand Up @@ -14,8 +14,8 @@ jobs:
fail-fast: false
matrix:
project: [chromium, webkit]
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
shardTotal: [10]
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8]
shardTotal: [8]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 25a9221

Please sign in to comment.