diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 9ecb64ea..70ac7ce0 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -56,7 +56,7 @@ jobs: - name: Run tests run: | - pytest --shard-id=${{ matrix.shard }} --num-shards=2 --alluredir=allure-results + pytest --dist loadgroup --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=2 --alluredir=allure-results - name: Get allure history if: always()