From 207ae39d1320ab08e6ffbbc3bb83aa3a83808f6d Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Fri, 21 Feb 2025 14:34:02 +0500 Subject: [PATCH] ci: run web tests on 5 shards (instead of 4) --- .github/workflows/web.tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web.tests.yml b/.github/workflows/web.tests.yml index 115a3f15d..1a642f15f 100644 --- a/.github/workflows/web.tests.yml +++ b/.github/workflows/web.tests.yml @@ -49,7 +49,7 @@ jobs: name: 🧪 Test (${{ matrix.shard }}/${{ strategy.job-total }}) strategy: matrix: - shard: [1, 2, 3, 4] + shard: [1, 2, 3, 4, 5] runs-on: ubuntu-latest steps: - name: Checkout