Add debug step to output WEKAN_URL in UI testing workflow

This commit is contained in:
omri zaher 2025-08-10 13:19:43 +03:00
parent d2bab41e46
commit 8403cb806c

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: ${WEKAN_URL}"
env:
WEKAN_URL: ${{ secrets.WEKAN_URL }}
- name: Run Selenium tests
env:
HEADLESS: true