From 17f49a32777d9ba59e44a47411ac54c509083cd8 Mon Sep 17 00:00:00 2001 From: aya Date: Tue, 3 Dec 2024 13:20:16 +0200 Subject: [PATCH] Test new runner with number of workers auto --- .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 9c2897d7..f0dd25cd 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -50,7 +50,7 @@ jobs: - name: Run tests run: | - pytest -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results + pytest -n auto --dist loadgroup --reruns 2 --alluredir=allure-results - name: Get allure history if: always()