We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cbded commit 4c17f9aCopy full SHA for 4c17f9a
1 file changed
.github/workflows/ci.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: ruby/setup-ruby@v1
24
with:
25
ruby-version: ${{ matrix.rubyVersion }}
26
+ bundler-cache: true
27
28
- name: Install bundle
29
run: bundle install
0 commit comments