From c15b7e6808ec26bd48b4b6d23e83add8bd152d50 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Tue, 4 Feb 2020 14:52:18 -0600 Subject: [PATCH] another one --- .github/workflows/deploy-DEV.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-DEV.yml b/.github/workflows/deploy-DEV.yml index 68b9a409..21a388ac 100644 --- a/.github/workflows/deploy-DEV.yml +++ b/.github/workflows/deploy-DEV.yml @@ -65,6 +65,7 @@ jobs: # Run Linter against code base # ################################ - name: Run Test Cases - uses: "docker://admiralawkbar/super-linter:${BRANCH_NAME}" - env: - TEST_CASE_RUN: true + shell: bash + run: | + docker pull admiralawkbar/super-linter:${BRANCH_NAME} + docker run -e RUN_LOCAL=true -e TEST_CASE_RUN=true -v ${GITHUB_WORKSPACE}:/tmp/lint admiralawkbar/super-linter:${BRANCH_NAME}