Reorder pytest command options for consistency in Selenium tests

This commit is contained in:
omri zaher 2025-08-10 14:04:55 +03:00
parent 61eb25314e
commit 42347f3e91

View file

@ -38,4 +38,4 @@ jobs:
HEADLESS: true
WEKAN_URL: http://${{ secrets.WEKAN_URL }}:80
run: |
pytest tests/ -v -s
pytest tests/ -s -v