chore: add workdir to installation tests (#13624)

This is helpful to debug installation test
This commit is contained in:
Andrey Lushnikov 2022-04-18 23:29:56 -06:00 committed by GitHub
parent 80bc532874
commit 20957f820d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,6 +111,7 @@ function initialize_test {
cecho "YELLOW" ">>>>>>>>>>>>"
cecho "YELLOW" " Running test - '${TEST_FILE}'"
cecho "YELLOW" " Workdir - ${PWD}/${TEST_NAME}"
cecho "YELLOW" ">>>>>>>>>>>>"
mkdir ${TEST_NAME} && cd ${TEST_NAME} && npm init -y 1>/dev/null 2>/dev/null