mirror of
https://github.com/wekan/wekan.git
synced 2025-12-31 22:58:48 +01:00
Add health checks for WEKAN_URL in Selenium tests
This commit is contained in:
parent
18498fa41e
commit
96a5efebe1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/e2e-testing.yml
vendored
2
.github/workflows/e2e-testing.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue