Fix test case workspace_path

This commit is contained in:
Gabo 2020-10-19 14:05:38 -05:00
parent 6def9c940d
commit 874475eb70

View file

@ -97,7 +97,7 @@ function LintCodebase() {
fi
WORKSPACE_PATH="${GITHUB_WORKSPACE}"
if [ "${TEST_CASE_RUN}" != "true" ]; then
if [ "${TEST_CASE_RUN}" == "true" ]; then
WORKSPACE_PATH="${GITHUB_WORKSPACE}/${TEST_CASE_FOLDER}"
fi
debug "Workspace path: ${WORKSPACE_PATH}"