From 4241daf621ff5a503e81b8731c6ca6a7145c7aa8 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 6 Aug 2020 14:31:58 -0500 Subject: [PATCH] fixed bad var --- .automation/clean-code-base-for-tests.sh | 6 +++--- .github/workflows/deploy-DEV.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.automation/clean-code-base-for-tests.sh b/.automation/clean-code-base-for-tests.sh index f92e617a..c965f144 100755 --- a/.automation/clean-code-base-for-tests.sh +++ b/.automation/clean-code-base-for-tests.sh @@ -7,9 +7,9 @@ ########### # Globals # ########### -GITHUB_WORKSPACE="${GITHUB_WORKSPACE}" # GitHub Workspace -TEST_FOLDER='.automation/test' -CLEAN_FOLDER='.automation/automation' +GITHUB_WORKSPACE="${GITHUB_WORKSPACE}" # GitHub Workspace +TEST_FOLDER='.automation/test' # Folder where test are stored +CLEAN_FOLDER='.automation/automation' # Folder to rename to prevent skip ############################ # Source additonal scripts # diff --git a/.github/workflows/deploy-DEV.yml b/.github/workflows/deploy-DEV.yml index db0d8036..f25d355c 100644 --- a/.github/workflows/deploy-DEV.yml +++ b/.github/workflows/deploy-DEV.yml @@ -69,4 +69,4 @@ jobs: ############################################ - name: Run against all code base shell: bash - run: docker run -e RUN_LOCAL=true -e OUTPUT_FORMAT=tap -e OUTPUT_FOLDER=${GITHUB_SHA} -e OUTPUT_DETAILS=detailed -v ${GITHUB_WORKSPACE}:/tmp/lint github/super-linter:${GITHUB_SHA} + run: docker run -e RUN_LOCAL=true -e OUTPUT_DETAILS=detailed -v ${GITHUB_WORKSPACE}:/tmp/lint github/super-linter:${GITHUB_SHA}