File tree Expand file tree Collapse file tree 4 files changed +4
-40
lines changed Expand file tree Collapse file tree 4 files changed +4
-40
lines changed 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-
81name : Protocol
92
103on :
@@ -26,12 +19,10 @@ jobs:
2619 steps :
2720 - uses : actions/checkout@v4
2821 - name : Set up Ruby
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):
3122 uses : ruby/setup-ruby@v1
3223 with :
3324 ruby-version : ${{ matrix.ruby-version }}
34- bundler-cache : true # runs 'bundle install' and caches installed gems automatically
25+ bundler-cache : true
3526 - name : Run tests
3627 run : |
3728 bundle exec rake clobber
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-
81name : Ruby(macOS)
92
103on :
@@ -26,12 +19,10 @@ jobs:
2619 steps :
2720 - uses : actions/checkout@v4
2821 - name : Set up Ruby
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):
3122 uses : ruby/setup-ruby@v1
3223 with :
3324 ruby-version : ${{ matrix.ruby-version }}
34- bundler-cache : true # runs 'bundle install' and caches installed gems automatically
25+ bundler-cache : true
3526 - name : Run tests
3627 run : |
3728 bundle exec rake clobber
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-
81name : Ruby
92
103on :
@@ -26,12 +19,10 @@ jobs:
2619 steps :
2720 - uses : actions/checkout@v4
2821 - name : Set up Ruby
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):
3122 uses : ruby/setup-ruby@v1
3223 with :
3324 ruby-version : ${{ matrix.ruby-version }}
34- bundler-cache : true # runs 'bundle install' and caches installed gems automatically
25+ bundler-cache : true
3526 - name : Run tests
3627 run : |
3728 bundle exec rake clobber
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-
81name : TestTestFramework
92
103on :
@@ -26,12 +19,10 @@ jobs:
2619 steps :
2720 - uses : actions/checkout@v4
2821 - name : Set up Ruby
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):
3122 uses : ruby/setup-ruby@v1
3223 with :
3324 ruby-version : ${{ matrix.ruby-version }}
34- bundler-cache : true # runs 'bundle install' and caches installed gems automatically
25+ bundler-cache : true
3526 - name : Run tests
3627 run : |
3728 bundle exec rake clobber
You can’t perform that action at this time.
0 commit comments