Remove sudo from pytest command in UI testing workflow

This commit is contained in:
omri zaher 2025-08-08 18:49:48 +03:00
parent fd69234137
commit c7cf4c4237

View file

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