Add health checks for WEKAN_URL in Selenium tests

This commit is contained in:
omri zaher 2025-09-23 16:24:22 +03:00
parent 18498fa41e
commit 96a5efebe1

View file

@ -260,6 +260,8 @@ jobs:
run: |
echo "WEKAN_URL is set to: $WEKAN_URL"
echo "Length of WEKAN_URL: ${#WEKAN_URL}"
curl -s -o /dev/null -w "%{http_code}" "$WEKAN_URL"
ping -c 2 "$(echo $WEKAN_URL | sed -E 's#^https?://([^/]+).*#\1#')"
- name: Run Selenium tests
env: