Change CircleCI config to build assets with NODE_ENV=test

This should avoid minimization and other expensive webpack
transformations which aren't useful for running tests.
lolsob-rspec
Thibaut Girka 2019-11-07 12:47:41 +01:00
parent 09430e7028
commit d99c53a3c9
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ aliases:
DB_HOST: localhost
DB_USER: root
RAILS_ENV: test
NODE_ENV: test
PARALLEL_TEST_PROCESSORS: 4
ALLOW_NOPAM: true
CONTINUOUS_INTEGRATION: true