Run chatwoot_prepare in test env on CircleCI

This commit is contained in:
Sojan Jose
2026-01-16 14:33:40 -08:00
parent 8e4483c722
commit 491eaa5bce
+1 -1
View File
@@ -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: