This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch minikube
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/minikube by this push:
     new 8433d1a  upload logs
8433d1a is described below

commit 8433d1afbe16976be921c500b41a9b64a996524d
Author: Gao Hongtao <[email protected]>
AuthorDate: Tue Nov 12 00:24:21 2019 +0800

    upload logs
---
 .github/workflows/istio-mixer-ci.yaml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/istio-mixer-ci.yaml 
b/.github/workflows/istio-mixer-ci.yaml
index 03ca05f..8c294d2 100644
--- a/.github/workflows/istio-mixer-ci.yaml
+++ b/.github/workflows/istio-mixer-ci.yaml
@@ -3,6 +3,7 @@ name: istio-mixer-ci
 on: [push]
 env:
   SCRIPTS_DIR: ./test/scripts
+  LOG_DIR: /tmp/skywalking
 jobs:
   build:
     runs-on: ubuntu-16.04
@@ -11,8 +12,12 @@ jobs:
       - name: Prepare enviroment
         run: bash ./test/scripts/pre.sh
       - name: Start minikube
-        run: bash ${SCRIPTS_DIR}/minikube.sh start &
+        run: bash ${SCRIPTS_DIR}/minikube.sh start > 
${LOG_DIR}/minikube-start-log.txt 2>&1 &
       - name: Wating minikube ready
         run: bash ${SCRIPTS_DIR}/minikube.sh wait
       - name: Setup tunnel
-        run: minikube tunnel --log_dir=/tmp/skywalking &
+        run: minikube tunnel --log_dir=${LOG_DIR} &
+      - uses: actions/[email protected]
+        with:
+          name: logs
+          path: ${LOG_DIR}

Reply via email to