Update testing-docker-image.yml

This commit is contained in:
André Germann
2024-11-26 11:27:04 +01:00
committed by GitHub
parent adeec1699d
commit 25b893f84f

View File

@@ -23,7 +23,7 @@ jobs:
echo "[LOG] Done." echo "[LOG] Done."
echo ' ' echo ' '
echo "[LOG] Checking Web UI..." echo "[LOG] Checking Web UI..."
curl --insecure https://iobroker:8081 2> /dev/null | grep '<title>Admin</title>' &> /dev/null || exit 1 curl --insecure http://iobroker:8081 2> /dev/null | grep '<title>Admin</title>' &> /dev/null || exit 1
echo "[LOG] Done." echo "[LOG] Done."
echo ' ' echo ' '
echo "[LOG] Output testrun.log:" echo "[LOG] Output testrun.log:"