From 140a8bfd0f388a8db6280aa9b8a3f499a8dc877e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 5 Feb 2026 01:02:10 +0000 Subject: [PATCH] fix(ci): increase total shards for parallel test execution in E2E tests --- .github/workflows/e2e-tests-split.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-tests-split.yml b/.github/workflows/e2e-tests-split.yml index 6b6cad41..8cadfc7b 100644 --- a/.github/workflows/e2e-tests-split.yml +++ b/.github/workflows/e2e-tests-split.yml @@ -128,7 +128,7 @@ jobs: fail-fast: false matrix: shard: [1, 2, 3, 4, 5, 6] # 2 shards: parallel test execution to stay under 20-minute timeout - total-shards: [2] + total-shards: [6] steps: - name: Checkout repository @@ -276,7 +276,7 @@ jobs: fail-fast: false matrix: shard: [1, 2, 3, 4, 5, 6] # 2 shards: parallel test execution to stay under 20-minute timeout - total-shards: [2] + total-shards: [6] steps: - name: Checkout repository @@ -432,7 +432,7 @@ jobs: fail-fast: false matrix: shard: [1, 2, 3, 4, 5, 6] # 2 shards: parallel test execution to stay under 20-minute timeout - total-shards: [2] + total-shards: [6] steps: - name: Checkout repository