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