Skip to content

Commit 6d81735

Browse files
committed
Add extra bundle install step in Github CI
1 parent 000a270 commit 6d81735

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
gem update --system
3030
gem update bundler
3131
bundle install --jobs 4 --retry 3
32+
BUNDLE_GEMFILE=spec/integration/rails_6.0.2.1/Gemfile bundle install --jobs 4 --retry 3
3233
3334
- name: Test
3435
run: bundle exec rubocop && bundle exec rspec

0 commit comments

Comments
 (0)