mirror of
https://github.com/wekan/wekan.git
synced 2026-02-15 12:38:06 +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
|
- name: Run Selenium tests
|
||||||
env:
|
env:
|
||||||
HEADLESS: false
|
HEADLESS: true
|
||||||
WEKAN_URL: http://${{ secrets.WEKAN_URL }}:80
|
WEKAN_URL: http://${{ secrets.WEKAN_URL }}:80
|
||||||
run: |
|
run: |
|
||||||
pytest tests/ -v
|
pytest tests/ -v
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue