Skip to content

Commit 6f4f012

Browse files
committed
Use BUNDLE_GEMFILE env variable
1 parent 4e52b0e commit 6f4f012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Bundle install for Rails app
4040
run: |
41-
bundle install --jobs=4 --retry=3 --gemfile=spec/integration/rails_6.0.2.1/Gemfile
41+
BUNDLE_GEMFILE=spec/integration/rails_6.0.2.1/Gemfile bundle install --jobs=4 --retry=3
4242
4343
- name: Test
4444
run: bundle exec rubocop && bundle exec rspec

0 commit comments

Comments
 (0)