From 33250652b31c02920eb5792f3b4c6f070bb148bf Mon Sep 17 00:00:00 2001 From: zomars Date: Wed, 29 Nov 2023 14:39:59 -0700 Subject: [PATCH] Double e2e shards --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 0c084aea3cfefd..aaa218103bc269 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - shard: [1, 2, 3, 4, 5] + shard: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] steps: - uses: actions/checkout@v3 - uses: ./.github/actions/dangerous-git-checkout