mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
Run plugin specs as well.
This commit is contained in:
parent
03ec1b1ef5
commit
fc0f363973
@ -32,6 +32,7 @@ task 'docker:test' do
|
||||
@good = run_or_fail("bundle exec rake db:create db:migrate")
|
||||
unless ENV["JS_ONLY"]
|
||||
@good &&= run_or_fail("bundle exec rspec")
|
||||
@good &&= run_or_fail("bundle exec rake plugin:spec")
|
||||
end
|
||||
unless ENV["RUBY_ONLY"]
|
||||
@good &&= run_or_fail("eslint app/assets/javascripts")
|
||||
|
Loading…
Reference in New Issue
Block a user