another one

This commit is contained in:
Lucas Gravley 2020-02-04 14:52:18 -06:00
parent bdd938e9e7
commit c15b7e6808

View file

@ -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}