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}