Skip to content

Commit f706c95

Browse files
authored
Merge pull request #238 from olleolleolle/patch-1
CI: use bundler-cache: true
2 parents 4da6dee + 61fe391 commit f706c95

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: ${{ matrix.ruby }}
24-
- run: bundle install
24+
bundler-cache: true # 'bundle install' and cache
2525
- run: bundle exec rake
2626

2727
jruby:
@@ -37,7 +37,7 @@ jobs:
3737
- uses: ruby/setup-ruby@v1
3838
with:
3939
ruby-version: ${{ matrix.ruby }}
40-
- run: bundle install
40+
bundler-cache: true # 'bundle install' and cache
4141
- run: bundle exec rake
4242

4343
head-versions:
@@ -52,5 +52,5 @@ jobs:
5252
- uses: ruby/setup-ruby@v1
5353
with:
5454
ruby-version: ${{ matrix.ruby }}
55-
- run: bundle install
55+
bundler-cache: true # 'bundle install' and cache
5656
- run: bundle exec rake || echo "failed, but ignore it"

0 commit comments

Comments
 (0)