mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-18 12:52:52 +00:00
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.
This commit is contained in:
parent
42dff261d6
commit
f63dad5294
|
@ -9,6 +9,7 @@ aliases:
|
||||||
DB_HOST: localhost
|
DB_HOST: localhost
|
||||||
DB_USER: root
|
DB_USER: root
|
||||||
RAILS_ENV: test
|
RAILS_ENV: test
|
||||||
|
NODE_ENV: test
|
||||||
PARALLEL_TEST_PROCESSORS: 4
|
PARALLEL_TEST_PROCESSORS: 4
|
||||||
ALLOW_NOPAM: true
|
ALLOW_NOPAM: true
|
||||||
CONTINUOUS_INTEGRATION: true
|
CONTINUOUS_INTEGRATION: true
|
||||||
|
|
Loading…
Reference in a new issue