Skip to content

Fix `rake db:seed_fu` not doing anything in CI

Stan Hu requested to merge sh-fix-seed-fu-ci into master

The default behavior of seed_fu is to load the fixtures using the RAILS_ENV environment. In CI, since we set RAILS_ENV=test, nothing is ever loaded. Instead of rake db:seed_fu, use rake gitlab:setup, which sets up MySQL properly with limits.

Closes #41517 (closed)

Edited by Stan Hu

Merge request reports