Fix docker tests not loading plugins.
This commit is contained in:
parent
ff5a7e8945
commit
dd932217ca
|
@ -82,7 +82,7 @@ task 'docker:test' do
|
|||
@good &&= run_or_fail("eslint --ext .es6 test/javascripts")
|
||||
@good &&= run_or_fail("eslint test/javascripts")
|
||||
end
|
||||
@good &&= run_or_fail("bundle exec rake qunit:test['600000']")
|
||||
@good &&= run_or_fail("LOAD_PLUGINS=#{ENV["LOAD_PLUGINS"]} bundle exec rake qunit:test['600000']")
|
||||
end
|
||||
|
||||
ensure
|
||||
|
|
Loading…
Reference in New Issue