chore(actions): move bdd tests to github actions (#293)

Signed-off-by: shubham <shubham.bajpai@mayadata.io>
This commit is contained in:
Shubham Bajpai 2021-03-05 20:08:29 +05:30 committed by GitHub
parent 6ec49df225
commit 6c6d593437
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 95 additions and 64 deletions

View file

@ -54,7 +54,7 @@ EOT
sudo rm -rf /tmp/csi.sock
CSI_TEST_REPO="https://github.com/$test_repo/csi-test.git"
CSI_REPO_PATH="$GOPATH/src/github.com/$test_repo/csi-test"
CSI_REPO_PATH="$(go env GOPATH)/src/github.com/$test_repo/csi-test"
if [ ! -d "$CSI_REPO_PATH" ] ; then
git clone -b "v4.0.1" "$CSI_TEST_REPO" "$CSI_REPO_PATH"
else