test: make node_env to be test in circle ci

This commit is contained in:
Clark Du 2018-01-23 14:21:15 +08:00
parent ed379b33a3
commit a6caff9d29
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9

View File

@ -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: