Review fix

This commit is contained in:
raghaves 2020-06-16 10:32:54 +05:30
parent 8766cff7e1
commit e80462c8fa

View File

@ -20,8 +20,8 @@ jobs:
- name: 'Validate build'
env:
branch: ${GITHUB_REF##*/}
if: env.branch == 'master'
run: |
echo ${env:branch}
npm install
npm build
- name: 'Run L0 tests'