mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
pass NODE_ENV
This commit is contained in:
parent
d10b6c96bf
commit
d780794dfd
@ -63,6 +63,8 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Test
|
name: Test
|
||||||
command: yarn jest test/
|
command: yarn jest test/
|
||||||
|
environment:
|
||||||
|
- NODE_ENV: "test"
|
||||||
|
|
||||||
release:
|
release:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
Loading…
Reference in New Issue
Block a user