fixed bad var

This commit is contained in:
Lucas Gravley 2020-08-06 14:31:58 -05:00
parent a6fc5ea2f0
commit 4241daf621
2 changed files with 4 additions and 4 deletions

View file

@ -8,8 +8,8 @@
# Globals # # Globals #
########### ###########
GITHUB_WORKSPACE="${GITHUB_WORKSPACE}" # GitHub Workspace GITHUB_WORKSPACE="${GITHUB_WORKSPACE}" # GitHub Workspace
TEST_FOLDER='.automation/test' TEST_FOLDER='.automation/test' # Folder where test are stored
CLEAN_FOLDER='.automation/automation' CLEAN_FOLDER='.automation/automation' # Folder to rename to prevent skip
############################ ############################
# Source additonal scripts # # Source additonal scripts #

View file

@ -69,4 +69,4 @@ jobs:
############################################ ############################################
- name: Run against all code base - name: Run against all code base
shell: bash 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}