Skip to content

Commit

Permalink
[CI] Run bundle install with BUNDLE_GEMFILE
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Sep 5, 2024
1 parent 5e2b9eb commit 7796802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elasticsearch-model/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ namespace :test do
puts '-' * 80
gemfiles.each do |gemfile|
puts "GEMFILE: #{gemfile}"
sh "BUNDLE_GEMFILE='#{File.expand_path("../gemfiles/#{gemfile}", __FILE__)}' bundle install"
sh "BUNDLE_GEMFILE='#{File.expand_path("../gemfiles/#{gemfile}", __FILE__)}' " \
' bundle exec rspec'
puts '-' * 80
Expand Down

0 comments on commit 7796802

Please sign in to comment.