try with more runners

This commit is contained in:
fbarbu15 2023-11-09 18:15:44 +02:00
parent c5e506d981
commit b9ed32a5ab
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 3 --reruns 1 --alluredir=allure-results
run: pytest -n auto --reruns 1 --alluredir=allure-results
- name: Get allure history
if: always()