From e99a94df87f7562c384a3b571675a37d0e01d858 Mon Sep 17 00:00:00 2001 From: Hetu Nandu Date: Thu, 5 Nov 2020 13:17:28 +0530 Subject: [PATCH] possible fix for bad node_env pass --- .github/workflows/client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 12158be37a..e0be8f18b9 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -220,7 +220,7 @@ jobs: working-directory: app/client # tag will be either "push" or "pull_request_target" tag: ${{ github.event_name }} - env: "NODE_ENV:development" + env: 'NODE_ENV=development' # Upload the screenshots as artifacts if there's a failure - uses: actions/upload-artifact@v1