Fix command of pytest

This commit is contained in:
aya 2024-12-27 11:47:10 +02:00
parent e32fd514a6
commit 6e4b50937c

View File

@ -57,8 +57,7 @@ jobs:
- name: Run tests
run: |
pytest -m "not rln and not store2000" --reruns 2 --shard-id=${{ matrix.shard }}
--num-shards=9 --alluredir=allure-results-${{ matrix.shard }}
pytest -m "not rln and not store2000" --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=9 --alluredir=allure-results-${{ matrix.shard }}
fi