mirror of
https://github.com/wekan/wekan.git
synced 2026-03-02 11:50:16 +01:00
Fix WEKAN_URL environment variable retrieval in UI tests for consistency
This commit is contained in:
parent
a9761477d2
commit
45f26c92eb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ui-testing.yml
vendored
2
.github/workflows/ui-testing.yml
vendored
|
|
@ -36,6 +36,6 @@ jobs:
|
||||||
- name: Run Selenium tests
|
- name: Run Selenium tests
|
||||||
env:
|
env:
|
||||||
HEADLESS: true
|
HEADLESS: true
|
||||||
WEKAN_URL: http://${{ secrets.WEKAN_URL }}:80
|
WEKAN_URL: ${{ secrets.WEKAN_URL }}
|
||||||
run: |
|
run: |
|
||||||
pytest tests/ -v -s
|
pytest tests/ -v -s
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue