From f09d58667fadb1b2722da401d22741a508a12a2d Mon Sep 17 00:00:00 2001 From: aya Date: Sun, 15 Dec 2024 11:37:18 +0200 Subject: [PATCH] Modify pytest command --- .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 83ae0ac5..43705e1f 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=2 --alluredir=allure-results - name: Get allure history if: always()