Skip to content

Commit

Permalink
chore: Update Playwright workflow to increase shard count from 8 to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
preschian committed Dec 21, 2024
1 parent b2ec5e6 commit 6a18bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8]
shardTotal: [8]
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
shardTotal: [10]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 6a18bbb

Please sign in to comment.