mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:09:33 +08:00
attempt to shuffle order of operation for test
This commit is contained in:
parent
3a8f69c3d2
commit
322b66bcee
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user