Merge pull request #881 from GaboFDC/gf_fix_testcase_change

Fix test case workspace_path
This commit is contained in:
Lukas Gravley 2020-10-19 14:27:27 -05:00 committed by GitHub
commit 0168faea3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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