Modify pytest command

This commit is contained in:
aya 2024-12-15 11:37:18 +02:00
parent b1288391c8
commit f09d58667f

View File

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