Skip to content

Commit acff73e

Browse files
committed
fixup
1 parent 01f5c09 commit acff73e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ jobs:
4040
bundler-cache: false
4141
- name: Bundler
4242
env:
43+
BUNDLE_GEMFILE: ${{ matrix.rails-version }}
4344
BUNDLE_PATH: "vendor/${{ matrix.rails-version }}"
4445
run: bundle install
4546
- name: Run tests
4647
env:
4748
BUNDLE_PATH: "vendor/${{ matrix.rails-version }}"
49+
BUNDLE_GEMFILE: ${{ matrix.rails-version }}
4850
run: bin/test

0 commit comments

Comments
 (0)