File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -23,22 +23,25 @@ jobs:
23
23
ruby-version : 3.0.5
24
24
bundler-cache : true
25
25
26
+ - name : Install gems
27
+ run : bundle install
28
+
26
29
- name : Run tests
27
30
run : rake test
28
31
29
32
# Test on latest Ruby
30
- test_3_3 :
31
- runs-on : ubuntu-latest
33
+ # test_3_3:
34
+ # runs-on: ubuntu-latest
32
35
33
- steps :
34
- - name : Checkout code
35
- uses : actions/checkout@v3
36
+ # steps:
37
+ # - name: Checkout code
38
+ # uses: actions/checkout@v3
36
39
37
- - name : Set up Ruby
38
- uses : ruby/setup-ruby@v1
39
- with :
40
- ruby-version : 3.3
41
- bundler-cache : true
40
+ # - name: Set up Ruby
41
+ # uses: ruby/setup-ruby@v1
42
+ # with:
43
+ # ruby-version: 3.3
44
+ # bundler-cache: true
42
45
43
- - name : Run tests
44
- run : rake test
46
+ # - name: Run tests
47
+ # run: rake test
You can’t perform that action at this time.
0 commit comments