From: Thibaut Girka Date: Thu, 7 Nov 2019 11:47:41 +0000 (+0100) Subject: Change CircleCI config to build assets with NODE_ENV=test X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=f63dad52943c757489975e0c39e771b6bc96e5ba;p=mastodon.git 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. --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 2efa31e64..796d6cf6e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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