Skip to content

Commit 7114f95

Browse files
author
idembele70
committed
fix: update sharding configuration to support 20 shards for Playwright tests (Github Actions free plan limit)
Refs: #13
1 parent f7832eb commit 7114f95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
shardIndex: [1,2,3,4,5,6,7,8,9,10]
15-
shardTotal: [10]
14+
shardIndex: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]
15+
shardTotal: [20]
1616
steps:
1717
- uses: actions/checkout@v5
1818
- uses: actions/setup-node@v5

0 commit comments

Comments
 (0)