mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-01 21:52:51 +02:00
update docker image test
This commit is contained in:
4
.github/workflows/testing-docker-image.yml
vendored
4
.github/workflows/testing-docker-image.yml
vendored
@@ -23,11 +23,11 @@ jobs:
|
||||
echo "[LOG] Done."
|
||||
echo ' '
|
||||
echo "[LOG] Checking Web UI..."
|
||||
curl --insecure http://127.0.0.1:8081 2> /dev/null | grep '<title>Admin</title>' &> /dev/null || exit 1
|
||||
curl --insecure https://iobroker:8081 2> /dev/null | grep '<title>Admin</title>' &> /dev/null || exit 1
|
||||
echo "[LOG] Done."
|
||||
echo ' '
|
||||
echo "[LOG] Output testrun.log:"
|
||||
cat testrun.log
|
||||
echo ' '
|
||||
echo "[LOG] Test sucesssful."
|
||||
echo "[LOG] Test successful."
|
||||
echo ' '
|
||||
|
||||
Reference in New Issue
Block a user