From 2eee1f0f6300eee9edc9293594d3cf73e3d5966d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=BB=B6=E9=BE=99?= Date: Thu, 12 Mar 2020 19:02:15 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0efbe53..89d4100 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,8 +48,7 @@ jobs: run: | cd skywalking-agent-test-tool mvn package -DskipTests - ls - ls dist + unzip ./dist/skywalking-mock-collector.tar.gz -d ./mock-collector nohup bash -c './mock-collector/bin/collector-startup.sh' & cd .. -- GitLab