未验证 提交 3efbd25e 编写于 作者: 何延龙 提交者: GitHub

Update ci.yml

上级 e31bb5ba
......@@ -45,7 +45,7 @@ jobs:
maven-version: 3.6.1
- name: 'Start apache SkyWalking mock collector'
run: cd skywalking-agent-test-tool && mvn package -DskipTests && unzip ./dist/mock-collector.tar.gz -d ./mock-collector && nohup bash ./mock-collector/bin/collector-startup.sh & && cd ..
run: cd skywalking-agent-test-tool && mvn package -DskipTests && unzip ./dist/mock-collector.tar.gz -d ./mock-collector && nohup bash -c './mock-collector/bin/collector-startup.sh' &
- name: Check mock collector
run: curl http://localhost:12800/status
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册