DEV: after installing official plugins, install the gems

This commit is contained in:
Sam 2018-05-17 17:16:28 +10:00
parent 539cf32f87
commit efe7b6dbc1
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ task 'docker:test' do
if ENV["INSTALL_OFFICIAL_PLUGINS"]
@good &&= run_or_fail("bundle exec rake plugin:install_all_official")
@good &&= run_or_fail("bundle exec rails r 'puts \"installing all gems\"'")
end
unless ENV["JS_ONLY"]