From f63dad52943c757489975e0c39e771b6bc96e5ba Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Thu, 7 Nov 2019 12:47:41 +0100 Subject: [PATCH] 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. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) 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