Fix WEKAN_URL environment variable retrieval in UI tests for consistency

This commit is contained in:
omri zaher 2025-08-11 12:28:22 +03:00
parent a9761477d2
commit 45f26c92eb

View file

@ -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