Skip to content

Commit b36c9ab

Browse files
committed
Unset BUNDLE_GEMFILE after setup
1 parent 4b49d06 commit b36c9ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ jobs:
4646
ruby-version: ${{ matrix.ruby_version }}
4747
- name: Build and run test
4848
run: |
49-
gem update bundler
50-
bundle -v
51-
bundle
49+
bundle install
50+
unset BUNDLE_GEMFILE
5251
bundle exec appraisal rails_${{ matrix.rails_version }} bundle
5352
bundle exec appraisal rails_${{ matrix.rails_version }} rake
5453

0 commit comments

Comments
 (0)