Update UI testing workflow to run tests with sudo

This commit is contained in:
omri zaher 2025-08-08 18:48:35 +03:00
parent b9b6614d80
commit fd69234137
3 changed files with 1 additions and 84 deletions

View file

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