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