Modify pytest run command

This commit is contained in:
aya 2024-12-12 10:46:27 +02:00
parent 6d52f4d00e
commit 6151559f49

View File

@ -56,7 +56,7 @@ jobs:
- name: Run tests
run: |
pytest --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()