We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab76fb commit c43e3fbCopy full SHA for c43e3fb
.github/workflows/main.yml
@@ -10,6 +10,8 @@ on:
10
jobs:
11
test:
12
runs-on: ubuntu-latest
13
+ env:
14
+ BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_${{ matrix.rails_version }}.gemfile
15
strategy:
16
fail-fast: false
17
matrix:
0 commit comments