Skip to content

Commit 0faf8a4

Browse files
committed
In CI correctly use matrix gemfile
Used example at https://github.com/ruby/setup-ruby#matrix-of-gemfiles
1 parent 12ef08b commit 0faf8a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525

2626
env:
2727
RAILS_ENV: test
28+
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
2829

2930
steps:
3031
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)