diff --git a/.automation/clean-code-base-for-tests.sh b/.automation/clean-code-base-for-tests.sh index c90bc15e..f92e617a 100755 --- a/.automation/clean-code-base-for-tests.sh +++ b/.automation/clean-code-base-for-tests.sh @@ -9,7 +9,11 @@ ########### GITHUB_WORKSPACE="${GITHUB_WORKSPACE}" # GitHub Workspace TEST_FOLDER='.automation/test' -CLEAN_FOLDER'.automation/automation' +CLEAN_FOLDER='.automation/automation' + +############################ +# Source additonal scripts # +############################ # shellcheck source=/dev/null source "${GITHUB_WORKSPACE}/lib/log.sh" # Source the function script(s)