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' - name: 'Validate build'
env: env:
branch: ${GITHUB_REF##*/} branch: ${GITHUB_REF##*/}
if: env.branch == 'master'
run: | run: |
echo ${env:branch}
npm install npm install
npm build npm build
- name: 'Run L0 tests' - name: 'Run L0 tests'