mirror of
https://github.com/discourse/discourse.git
synced 2025-04-01 03:45:57 +08:00
DEV: Run a faster test when warming up
This commit is contained in:
parent
bacc114462
commit
197ad8cd6e
@ -146,7 +146,7 @@ task 'docker:test' do
|
|||||||
puts "travis_fold:start:ruby_tests" if ENV["TRAVIS"]
|
puts "travis_fold:start:ruby_tests" if ENV["TRAVIS"]
|
||||||
|
|
||||||
if ENV['WARMUP_TMP_FOLDER']
|
if ENV['WARMUP_TMP_FOLDER']
|
||||||
run_or_fail('bundle exec rspec ./spec/requests/users_controller_spec.rb:222')
|
run_or_fail('bundle exec rspec ./spec/requests/clicks_controller_spec.rb')
|
||||||
end
|
end
|
||||||
|
|
||||||
unless ENV["SKIP_CORE"]
|
unless ENV["SKIP_CORE"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user