mirror of
https://github.com/ditkrg/k8s-set-context.git
synced 2026-01-23 06:16:48 +00:00
Review fix
This commit is contained in:
parent
57d9e99c02
commit
62ac115c5f
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -23,9 +23,8 @@ jobs:
|
|||||||
echo "##[set-output name=branch;]$(echo ${GITHUB_REF##*/})"
|
echo "##[set-output name=branch;]$(echo ${GITHUB_REF##*/})"
|
||||||
|
|
||||||
- name: 'Validate build'
|
- name: 'Validate build'
|
||||||
if: steps.extract_branch.outputs.branch == 'master'
|
|
||||||
run: |
|
run: |
|
||||||
echo ${env:branch}
|
echo ${{steps.extract_branch.outputs.branch}}
|
||||||
npm install
|
npm install
|
||||||
npm build
|
npm build
|
||||||
- name: 'Run L0 tests'
|
- name: 'Run L0 tests'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user