Add debug step for WEKAN_URL in UI testing workflow

This commit is contained in:
omri zaher 2025-08-10 13:24:47 +03:00
parent fe83dc60a1
commit 1f585f762c

View file

@ -33,6 +33,12 @@ jobs:
sudo apt-get update
sudo apt-get install -y google-chrome-stable
- name: Debug WEKAN_URL
run: |
echo "WEKAN_URL starts with: ${WEKAN_URL:0:10}"
env:
WEKAN_URL: ${{ secrets.WEKAN_URL }}
- name: Run Selenium tests
env:
HEADLESS: true