From 6d52f4d00e5947cea43822ac75bd315ed94573fc Mon Sep 17 00:00:00 2001 From: aya Date: Thu, 12 Dec 2024 10:39:53 +0200 Subject: [PATCH] Fix max number of shards error --- .github/workflows/test_common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index eaa5acde..9ecb64ea 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -37,7 +37,7 @@ jobs: name: tests strategy: matrix: - shard: [ 1, 2 ] + shard: [ 0,1 ] runs-on: ubuntu-latest timeout-minutes: 120 steps: