fix: use docker cli runner health check
Some checks failed
Build and deploy demo app / deploy (push) Failing after 2s

This commit is contained in:
ningning 2026-06-26 12:09:13 +08:00
parent 39c531d9d0
commit bd918d5f5a

View File

@ -79,7 +79,7 @@ jobs:
run: | run: |
set -eu set -eu
for i in $(seq 1 30); do for i in $(seq 1 30); do
if curl -fsS http://host.docker.internal:8088/health; then if wget -qO- http://host.docker.internal:8088/health; then
exit 0 exit 0
fi fi
sleep 2 sleep 2