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 1edd0e7 commit 5b77be3Copy full SHA for 5b77be3
.github/workflows/ruby.yml
@@ -14,7 +14,6 @@ jobs:
14
uses: ruby/setup-ruby@v1
15
with:
16
ruby-version: ${{ matrix.ruby }}
17
- - name: Install dependencies
18
- run: bundle install
+ bundler-cache: true
19
- name: Run tests
20
run: bundle exec rake spec
0 commit comments