mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +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
|
||||
env:
|
||||
HEADLESS: true
|
||||
WEKAN_URL: http://${{ secrets.WEKAN_URL }}:80
|
||||
WEKAN_URL: ${{ secrets.WEKAN_URL }}
|
||||
run: |
|
||||
pytest tests/ -v -s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue