Mention bundler-cache: true in the README examples

This commit is contained in:
Benoit Daloze
2020-10-22 14:13:53 +02:00
parent 4de6eb91a8
commit 11082225e4
+2
View File
@@ -66,6 +66,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6 # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle install
- run: bundle exec rake
```
@@ -91,6 +92,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle install
- run: bundle exec rake
```