Skip to content

Commit 6070459

Browse files
authored
Merge pull request #94 from code4lib/fix_ci_gemfile_matrix
In CI correctly use matrix gemfile
2 parents 3c83e43 + 0faf8a4 commit 6070459

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)