File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99jobs :
1010 ruby-versions :
11+ if : github.repository == 'ruby/irb'
1112 uses : ruby/actions/.github/workflows/ruby_versions.yml@master
1213 with :
1314 engine : cruby
1415 min_version : 2.7
1516 lint :
17+ if : github.repository == 'ruby/irb'
1618 runs-on : ubuntu-latest
1719 steps :
1820 - uses : actions/checkout@v4
2426 - name : Run rubocop
2527 run : bundle exec rubocop
2628 irb :
29+ if : github.repository == 'ruby/irb'
2730 needs : ruby-versions
2831 name : rake test ${{ matrix.ruby }} ${{ matrix.with_latest_reline && '(latest reline)' || '' }}
2932 strategy :
4952 - name : Run tests in isolation
5053 run : bundle exec rake test_in_isolation
5154 debug-test :
55+ if : github.repository == 'ruby/irb'
5256 name : Debug compatibility test
5357 runs-on : ubuntu-latest
5458 timeout-minutes : 30
7276 bundle install
7377 bundle exec rake
7478 vterm-yamatanooroti :
79+ if : github.repository == 'ruby/irb'
7580 needs : ruby-versions
7681 name : >-
7782 vterm-yamatanooroti ${{ matrix.ruby }} ${{ matrix.with_latest_reline && '(latest reline)' || '' }}
You can’t perform that action at this time.
0 commit comments