try with more runners2

This commit is contained in:
fbarbu15 2023-11-09 18:51:47 +02:00
parent b9ed32a5ab
commit 806d7941f6
No known key found for this signature in database
GPG Key ID: D75221C8DEA22501

View File

@ -49,7 +49,7 @@ jobs:
- run: pip install -r requirements.txt
- name: Run tests
run: pytest -n auto --reruns 1 --alluredir=allure-results
run: pytest -n 5 --reruns 3 --alluredir=allure-results
- name: Get allure history
if: always()