From 5bc53559ed48de59f02d25ff3bc86fdb36b56c57 Mon Sep 17 00:00:00 2001 From: aya Date: Sun, 15 Dec 2024 12:29:35 +0200 Subject: [PATCH] Change shards to 4 --- .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 43705e1f..fdf1c63b 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -56,7 +56,7 @@ jobs: - name: Run tests run: | - pytest --dist=loadgroup --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=2 --alluredir=allure-results + pytest --dist=loadgroup --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=4 --alluredir=allure-results - name: Get allure history if: always()