We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f9e2a commit 9391c16Copy full SHA for 9391c16
1 file changed
.github/workflows/test.yml
@@ -33,6 +33,7 @@ jobs:
33
uses: ruby/setup-ruby@v1
34
with:
35
ruby-version: ${{ matrix.ruby }}
36
+ bundler: ${{ matrix.ruby == 'head' && 'default' || 'Gemfile.lock' }}
37
bundler-cache: true
38
39
- name: Run tests
0 commit comments