From 491eaa5bceccb5aba4004c08ff40348b081cc684 Mon Sep 17 00:00:00 2001 From: Sojan Jose Date: Fri, 16 Jan 2026 14:33:40 -0800 Subject: [PATCH] Run chatwoot_prepare in test env on CircleCI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 09bd5191d..b42e2d85c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -282,7 +282,7 @@ jobs: # Database setup - run: name: Run DB migrations - command: bundle exec rails db:chatwoot_prepare + command: RAILS_ENV=test bundle exec rails db:chatwoot_prepare # Run backend tests (parallelized) - run: