File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ jobs:
2525 env :
2626 WITH_LATEST_RELINE : ${{matrix.with_latest_reline}}
2727 steps :
28- - uses : actions/checkout@master
29- - name : Set up Ruby
30- uses : ruby/setup-ruby@v1
31- with :
32- ruby-version : ${{ matrix.ruby }}
33- bundler-cache : true
34- - name : Run tests
35- run : bundle exec rake test
36- - name : Run tests in isolation
37- run : bundle exec rake test_in_isolation
28+ - uses : actions/checkout@master
29+ - name : Set up Ruby
30+ uses : ruby/setup-ruby@v1
31+ with :
32+ ruby-version : ${{ matrix.ruby }}
33+ bundler-cache : true
34+ - name : Run tests
35+ run : bundle exec rake test
36+ - name : Run tests in isolation
37+ run : bundle exec rake test_in_isolation
3838 vterm-yamatanooroti :
3939 name : >-
4040 vterm-yamatanooroti ${{ matrix.ruby }} ${{ matrix.with_latest_reline && '(latest reline)' || '' }}
7171 gem install bundler --no-document
7272 WITH_VTERM=1 bundle install
7373 - name : rake test_yamatanooroti
74- run : bundle exec rake test_yamatanooroti
74+ run : bundle exec rake test_yamatanooroti
You can’t perform that action at this time.
0 commit comments