Set NODE_ENV for cypress test run
This commit is contained in:
parent
1545408486
commit
ca06a23875
1
.github/workflows/client.yml
vendored
1
.github/workflows/client.yml
vendored
|
|
@ -221,6 +221,7 @@ jobs:
|
||||||
working-directory: app/client
|
working-directory: app/client
|
||||||
# tag will be either "push" or "pull_request_target"
|
# tag will be either "push" or "pull_request_target"
|
||||||
tag: ${{ github.event_name }}
|
tag: ${{ github.event_name }}
|
||||||
|
env: "NODE_ENV:development"
|
||||||
|
|
||||||
# Upload the screenshots as artifacts if there's a failure
|
# Upload the screenshots as artifacts if there's a failure
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user