mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
branmch
This commit is contained in:
parent
ea4780a80d
commit
bdd938e9e7
1 changed files with 1 additions and 4 deletions
5
.github/workflows/deploy-DEV.yml
vendored
5
.github/workflows/deploy-DEV.yml
vendored
|
@ -61,13 +61,10 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "::set-env name=BRANCH_NAME::$(echo ${GITHUB_REF#refs/heads/} | sed 's/\//_/g')"
|
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 #
|
# Run Linter against code base #
|
||||||
################################
|
################################
|
||||||
- name: Run Test Cases
|
- name: Run Test Cases
|
||||||
uses: "docker://admiralawkbar/super-linter:${{BRANCH_NAME}}"
|
uses: "docker://admiralawkbar/super-linter:${BRANCH_NAME}"
|
||||||
env:
|
env:
|
||||||
TEST_CASE_RUN: true
|
TEST_CASE_RUN: true
|
||||||
|
|
Loading…
Reference in a new issue