This repository was archived by the owner on Oct 18, 2024. It is now read-only.
File tree 2 files changed +7
-20
lines changed
2 files changed +7
-20
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,14 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
- ruby-version : ['3.0', '3.1']
13
+ ruby-version : ['3.0.5 ', '3.1.3 ']
14
14
15
15
steps :
16
16
- uses : actions/checkout@v3
17
- # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
18
- # change this to (see https://github.com/ruby/setup-ruby#versioning):
19
- # uses: ruby/setup-ruby@v1
20
- - uses : ruby/setup-ruby@2b019609e2b0f1ea1a2bc8ca11cb82ab46ada124
17
+ - uses : ruby/setup-ruby@v1
21
18
with :
22
19
ruby-version : ${{ matrix.ruby-version }}
23
- - run : bundle install
20
+ bundler-cache : true
24
21
- run : mv .octocov.base.yml .octocov.yml
25
22
- name : Run tests
26
23
run : bundle exec rake
Original file line number Diff line number Diff line change 1
- # This workflow uses actions that are not certified by GitHub.
2
- # They are provided by a third-party and are governed by
3
- # separate terms of service, privacy policy, and support
4
- # documentation.
5
- # This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
6
- # For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
7
-
8
- name : Ruby
1
+ name : Ruby CI
9
2
10
3
on :
11
4
push :
@@ -22,17 +15,14 @@ jobs:
22
15
runs-on : ubuntu-latest
23
16
strategy :
24
17
matrix :
25
- ruby-version : ['3.0', '3.1']
18
+ ruby-version : ['3.0.5 ', '3.1.3 ']
26
19
27
20
steps :
28
21
- uses : actions/checkout@v3
29
- # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
30
- # change this to (see https://github.com/ruby/setup-ruby#versioning):
31
- # uses: ruby/setup-ruby@v1
32
- - uses : ruby/setup-ruby@2b019609e2b0f1ea1a2bc8ca11cb82ab46ada124
22
+ - uses : ruby/setup-ruby@v1
33
23
with :
34
24
ruby-version : ${{ matrix.ruby-version }}
35
- - run : bundle install
25
+ bundler-cache : true
36
26
- name : Run tests
37
27
run : bundle exec rake
38
28
- name : Coverage Report by octocov (in this pull request)
You can’t perform that action at this time.
0 commit comments