2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-10 08:38:11 +08:00

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

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"]