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

Update ci.yml

上级 3efbd25e
......@@ -45,7 +45,13 @@ 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 -c './mock-collector/bin/collector-startup.sh' &
run: |
cd skywalking-agent-test-tool
mvn package -DskipTests
ls
unzip ./dist/mock-collector.tar.gz -d ./mock-collector
nohup bash -c './mock-collector/bin/collector-startup.sh' &
cd ..
- 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.
先完成此消息的编辑!
想要评论请 注册