Skip to content

Commit 1b661b0

Browse files
committed
run bundle by ruby/setup-ruby action
1 parent 5a382df commit 1b661b0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ jobs:
3232
uses: ruby/setup-ruby@v1
3333
with:
3434
ruby-version: ${{ matrix.ruby }}
35-
36-
- name: Install dependencies
37-
run: |
38-
gem install bundler
39-
bundle install --jobs 4 --retry 3
35+
bundler-cache: true
4036

4137
- name: Run tests for main
4238
run: bundle exec rake test:main

0 commit comments

Comments
 (0)