Skip to content

Commit cbdfb65

Browse files
authored
ci: refactor (#106)
Signed-off-by: Daijiro Fukuda <[email protected]>
1 parent 1e72ff9 commit cbdfb65

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ jobs:
1616
- ubuntu-latest
1717
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- uses: ruby/setup-ruby@v1
2121
with:
2222
ruby-version: ${{ matrix.ruby }}
23+
bundler-cache: true
2324
- name: unit testing
2425
env:
2526
CI: true
2627
run: |
27-
gem install rake
28-
gem install bundler ${{ matrix.ruby == '2.7' && '-v 2.4.22' || '' }}
29-
bundle install --jobs 4 --retry 3
3028
bundle exec rake spec

0 commit comments

Comments
 (0)