File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2727 - uses : elastic/elastic-github-actions/elasticsearch@master
2828 with :
2929 stack-version : 9.0.0-SNAPSHOT
30- security-enabled : false
3130 - uses : ruby/setup-ruby@v1
3231 with :
3332 ruby-version : ${{ matrix.ruby }}
4039 - name : elasticsearch
4140 run : cd elasticsearch && bundle exec rake test:all
4241 - name : elasticsearch-api
43- run : rake es:download_artifacts[9.0.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
42+ run : rake es:download_artifacts[9.0.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all
Original file line number Diff line number Diff line change 4242 - name : elasticsearch
4343 run : cd elasticsearch && bundle exec rake test:all
4444 - name : elasticsearch-api
45- run : rake es:download_artifacts[9.0.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
45+ run : rake es:download_artifacts[9.0.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all
You can’t perform that action at this time.
0 commit comments