未验证 提交 4d0ee005 编写于 作者: 何延龙 提交者: GitHub

Update ci.yml

上级 3166ea8a
......@@ -54,5 +54,5 @@ jobs:
cd ../..
- name: Check mock collector
run: bash -c 'response=0; while [ $response -ne 200 ]; do sleep 1; response=$(curl --write-out %{http_code} --silent --output /dev/null http://localhost:12800/status);echo $response;done'
run: bash -c 'response=0; while [ $response -ne 200 ]; do sleep 1; response=$(curl --write-out %{http_code} --silent --output /dev/null http://localhost:12800/receiveData);echo $response;done'
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册