From b9ed32a5ab095c9671c8693b87a302647b28e22c Mon Sep 17 00:00:00 2001 From: fbarbu15 Date: Thu, 9 Nov 2023 18:15:44 +0200 Subject: [PATCH] try with more runners --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 41259953..ef01d69d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,7 @@ jobs: - run: pip install -r requirements.txt - name: Run tests - run: pytest -n 3 --reruns 1 --alluredir=allure-results + run: pytest -n auto --reruns 1 --alluredir=allure-results - name: Get allure history if: always()