Skip to content

Commit 22f337c

Browse files
committed
Automatically run bundle install before running tests
1 parent 9ff477f commit 22f337c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rakefile

+2
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,12 @@ namespace :release do
267267

268268
Bundler.with_original_env do
269269
sh 'ruby -v'
270+
sh 'bundle install'
270271
sh 'bundle exec rake spec:installed'
271272

272273
env = { "PATH" => "#{ENV.fetch('CONCURRENT_JRUBY_HOME')}/bin:#{ENV['PATH']}" }
273274
sh env, 'ruby -v'
275+
sh env, 'bundle install'
274276
sh env, 'bundle exec rake spec:installed'
275277
end
276278

0 commit comments

Comments
 (0)