We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a628b35 commit 4576495Copy full SHA for 4576495
.github/workflows/test.yml
@@ -52,6 +52,7 @@ jobs:
52
- uses: ruby/setup-ruby@v1
53
with:
54
ruby-version: ${{ matrix.ruby }}
55
- bundler-cache: ${{ matrix.os != 'macos-latest' }}
+ bundler-cache: true
56
+ cache-version: ${{ matrix.os == 'macos-latest' && 1 || 0 }}
57
- name: Test
58
run: bundle exec rake
0 commit comments