diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 70ac7ce0..5fbb72aa 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=1 --num-shards=2 --alluredir=allure-results - name: Get allure history if: always()