Set NODE_ENV for cypress test run

This commit is contained in:
Hetu Nandu 2020-11-05 12:42:04 +05:30
parent 1545408486
commit ca06a23875

View File

@ -221,6 +221,7 @@ jobs:
working-directory: app/client
# tag will be either "push" or "pull_request_target"
tag: ${{ github.event_name }}
env: "NODE_ENV:development"
# Upload the screenshots as artifacts if there's a failure
- uses: actions/upload-artifact@v1