From 1f585f762cb595f846613bcf02669744db890e31 Mon Sep 17 00:00:00 2001 From: omri zaher Date: Sun, 10 Aug 2025 13:24:47 +0300 Subject: [PATCH] Add debug step for WEKAN_URL in UI testing workflow --- .github/workflows/ui-testing.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ui-testing.yml b/.github/workflows/ui-testing.yml index 04a69e5a8..32331bf82 100644 --- a/.github/workflows/ui-testing.yml +++ b/.github/workflows/ui-testing.yml @@ -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