mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
test: make node_env to be test in circle ci
This commit is contained in:
parent
ed379b33a3
commit
a6caff9d29
@ -26,7 +26,7 @@ jobs:
|
|||||||
# Test
|
# Test
|
||||||
- run:
|
- run:
|
||||||
name: Tests
|
name: Tests
|
||||||
command: yarn test && yarn coverage
|
command: NODE_ENV=test yarn test && yarn coverage
|
||||||
|
|
||||||
# Release edge
|
# Release edge
|
||||||
- run:
|
- run:
|
||||||
|
Loading…
Reference in New Issue
Block a user