chore(CI): fix macos build error

This commit is contained in:
zhanghongtong 2021-07-05 09:49:17 +08:00 committed by turtleDeng
parent b38a4115d1
commit 2f5ab6a974
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ jobs:
./emqx/bin/emqx start || cat emqx/log/erlang.log.1
ready='no'
for i in {1..10}; do
if curl -fs 127.0.0.1:18083 > /dev/null; then
if curl -fs 127.0.0.1:8081/status > /dev/null; then
ready='yes'
break
fi