MOdify pytest command

This commit is contained in:
aya 2024-12-15 11:36:00 +02:00
parent 4288aa6970
commit dafd9f9b95

View File

@ -55,7 +55,7 @@ jobs:
- name: Run tests
timeout-minutes: 30
run: |
pytest -m 'smoke' -n 4 --dist loadgroup --reruns 1 --junit-xml=pytest_results.xml
pytest -m 'smoke' -n 4 --dist=loadgroup --reruns 1 --junit-xml=pytest_results.xml
- name: Test Report
if: always()