We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b4239 commit f33d28cCopy full SHA for f33d28c
1 file changed
.github/workflows/test.yml
@@ -23,5 +23,6 @@ jobs:
23
with:
24
ruby-version: ${{ matrix.ruby-version }}
25
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
26
+ cache-version: 1
27
- name: Run tests
28
run: bundle exec rake
0 commit comments