mirror of
https://github.com/wekan/wekan.git
synced 2026-01-09 11:08:50 +01:00
Update UI testing workflow to run tests with sudo
This commit is contained in:
parent
b9b6614d80
commit
fd69234137
3 changed files with 1 additions and 84 deletions
2
.github/workflows/ui-testing.yml
vendored
2
.github/workflows/ui-testing.yml
vendored
|
|
@ -38,4 +38,4 @@ jobs:
|
|||
HEADLESS: true
|
||||
WEKAN_URL: http://${{ secrets.WEKAN_URL }}:80
|
||||
run: |
|
||||
pytest tests/ -v
|
||||
sudo pytest tests/ -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue