From bdd938e9e7562914255767ba0951ff2d9bbbb049 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Tue, 4 Feb 2020 13:02:24 -0600 Subject: [PATCH] branmch --- .github/workflows/deploy-DEV.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy-DEV.yml b/.github/workflows/deploy-DEV.yml index 54c6db0f..68b9a409 100644 --- a/.github/workflows/deploy-DEV.yml +++ b/.github/workflows/deploy-DEV.yml @@ -61,13 +61,10 @@ jobs: shell: bash run: echo "::set-env name=BRANCH_NAME::$(echo ${GITHUB_REF#refs/heads/} | sed 's/\//_/g')" - - name: Test - run: echo "${BRANCH_NAME}" - ################################ # Run Linter against code base # ################################ - name: Run Test Cases - uses: "docker://admiralawkbar/super-linter:${{BRANCH_NAME}}" + uses: "docker://admiralawkbar/super-linter:${BRANCH_NAME}" env: TEST_CASE_RUN: true