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.
2 parents 4da6dee + 61fe391 commit f706c95Copy full SHA for f706c95
1 file changed
.github/workflows/ci.yaml
@@ -21,7 +21,7 @@ jobs:
21
- uses: ruby/setup-ruby@v1
22
with:
23
ruby-version: ${{ matrix.ruby }}
24
- - run: bundle install
+ bundler-cache: true # 'bundle install' and cache
25
- run: bundle exec rake
26
27
jruby:
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
head-versions:
@@ -52,5 +52,5 @@ jobs:
52
53
54
55
56
- run: bundle exec rake || echo "failed, but ignore it"
0 commit comments