mirror of
https://github.com/wekan/wekan.git
synced 2025-12-30 22:28:49 +01:00
Remove sudo from pytest command in UI testing workflow
This commit is contained in:
parent
fd69234137
commit
c7cf4c4237
1 changed files with 1 additions and 1 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: |
|
||||
sudo pytest tests/ -v
|
||||
pytest tests/ -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue