attempt to shuffle order of operation for test

This commit is contained in:
Sam 2018-06-07 18:15:12 +10:00
parent 3a8f69c3d2
commit 322b66bcee

View File

@ -70,11 +70,13 @@ task 'docker:test' do
ENV["RAILS_ENV"] = "test"
@good &&= run_or_fail("bundle exec rake db:create")
if ENV["INSTALL_OFFICIAL_PLUGINS"]
@good &&= run_or_fail("bundle exec rake plugin:install_all_official")
end
@good &&= run_or_fail("bundle exec rake db:create db:migrate")
@good &&= run_or_fail("bundle exec rake db:migrate")
unless ENV["JS_ONLY"]