mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Set HEADLESS environment variable to true for Selenium tests
This commit is contained in:
parent
6ab6ade919
commit
a79ff2f7ea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ui-testing.yml
vendored
2
.github/workflows/ui-testing.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
|
||||
- name: Run Selenium tests
|
||||
env:
|
||||
HEADLESS: false
|
||||
HEADLESS: true
|
||||
WEKAN_URL: http://${{ secrets.WEKAN_URL }}:80
|
||||
run: |
|
||||
pytest tests/ -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue