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:=""}