chore: set env in env file

This commit is contained in:
Mrugesh Mohapatra
2020-10-06 23:33:48 +05:30
committed by GitHub
parent d82ffb381d
commit 7a1590363a

View File

@ -83,10 +83,11 @@ jobs:
${{ runner.os }}-
- name: Set Environment variables
run: cp sample.env .env
run: |
cp sample.env .env
echo 'SHOW_UPCOMING_CHANGES=true' >> .env
- name: Install Dependencies
env: SHOW_UPCOMING_CHANGES=true
run: |
npm ci
npm run ensure-env --if-present