Skip to content

Commit

Permalink
Load sample data as part of rake servers:start
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbergja committed Sep 22, 2023
1 parent 19b6aa5 commit 3819ebe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tasks/servers.rake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace :servers do
system('lando start')
system('rake servers:initialize')
system('rake servers:initialize RAILS_ENV=test')
Rake::Task['best_bets:sync'].invoke
system('rake solr:load_sample_data')
system('rake best_bets:sync')
end
end

0 comments on commit 3819ebe

Please sign in to comment.