mirror of
https://github.com/ditkrg/k8s-set-context.git
synced 2026-01-22 22:06:49 +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##*/})"
|
||||
|
||||
- name: 'Validate build'
|
||||
if: steps.extract_branch.outputs.branch == 'master'
|
||||
run: |
|
||||
echo ${env:branch}
|
||||
echo ${{steps.extract_branch.outputs.branch}}
|
||||
npm install
|
||||
npm build
|
||||
- name: 'Run L0 tests'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user