fix: enable SHOW_UPCOMING_CHANGES during test

This commit is contained in:
Oliver Eyton-Williams
2021-06-04 21:03:44 +02:00
parent d0409fef66
commit f1bd00fdba

View File

@ -80,7 +80,9 @@ 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
run: |