From 7ea288a00884ce1899569875c69a2b97c62ce06a Mon Sep 17 00:00:00 2001 From: Travis Glenn Hansen Date: Fri, 6 May 2022 12:37:43 -0600 Subject: [PATCH] ci/debug Signed-off-by: Travis Glenn Hansen --- .github/workflows/main.yml | 4 +++- ci/bin/launch-server.sh | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 94bdf89..020cb61 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -313,11 +313,13 @@ jobs: os: [Linux, Windows] include: - os: Linux + npmartifact: node-modules-linux-amd64 template: "./ci/configs/local-hostpath/basic.yaml" run: | # run tests ci/bin/run.sh - os: Windows + npmartifact: node-modules-windows-amd64 template: ".\\ci\\configs\\local-hostpath/basic.yaml" run: | # run tests @@ -330,7 +332,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/download-artifact@v2 with: - name: node-modules-linux-amd64 + name: ${{ matrix.npmartifact }} - name: csi-sanity run: ${{ matrix.run }} env: diff --git a/ci/bin/launch-server.sh b/ci/bin/launch-server.sh index 93274a5..3c9e1bc 100755 --- a/ci/bin/launch-server.sh +++ b/ci/bin/launch-server.sh @@ -3,6 +3,8 @@ set -e set -x +echo "current PATH: ${PATH}" + : ${CI_BUILD_KEY:="local"} : ${TEMPLATE_CONFIG_FILE:=${1}} : ${CSI_MODE:=""}