Commit 1d0cf7f
authored
Enable bundler cache in GitHub Actions (#450)
Use ruby/setup-ruby's bundler-cache option to cache installed gems
keyed by Gemfile.lock, reducing CI time spent on bundle install.
The option runs bundle install automatically, so the explicit
Bundle install step was removed.1 parent c824bb8 commit 1d0cf7f
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| |||
0 commit comments