change number of shards to =1

This commit is contained in:
aya 2024-12-15 09:48:11 +02:00
parent 6151559f49
commit 9cd19cdc8e

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=1 --num-shards=2 --alluredir=allure-results
- name: Get allure history
if: always()