From 6a18bbbe691c2883db8031d53f0ba5a0a430def4 Mon Sep 17 00:00:00 2001 From: Preschian Febryantara Date: Sat, 21 Dec 2024 22:07:24 +0700 Subject: [PATCH] chore: Update Playwright workflow to increase shard count from 8 to 10 --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 0b06cca56e..9c52f1fd6a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -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