From ca06a23875bed82000376d635ce02e9efd4ecd88 Mon Sep 17 00:00:00 2001 From: Hetu Nandu Date: Thu, 5 Nov 2020 12:42:04 +0530 Subject: [PATCH] Set NODE_ENV for cypress test run --- .github/workflows/client.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index aef10ac0dc..dfebba1792 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -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