ensure deps are installed

Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
Travis Glenn Hansen 2021-09-26 22:36:03 -06:00
parent 73e61a023a
commit 9b107de721
1 changed files with 9 additions and 0 deletions

View File

@ -29,10 +29,19 @@ jobs:
- name: csi-sanity
run: |
export PATH="/usr/local/lib/nodejs/bin:${PATH}"
# install deps
npm i
# generate key for paths etc
export CI_BUILD_KEY=$(uuidgen)
# launch the server
sudo -E ci/bin/launch-server.sh &
# wait for server to launch
sleep 10
# launch csi-sanity
sudo -E ci/bin/launch-csi-sanity.sh
env:
TEMPLATE_CONFIG_FILE: "./ci/configs/${{ matrix.config }}"