File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
sudo sysctl -w vm.max_map_count=262144
27
27
- uses : elastic/elastic-github-actions/elasticsearch@master
28
28
with :
29
- stack-version : 9.0 .0-SNAPSHOT
29
+ stack-version : 9.1 .0-SNAPSHOT
30
30
- uses : ruby/setup-ruby@v1
31
31
with :
32
32
ruby-version : ${{ matrix.ruby }}
39
39
- name : elasticsearch
40
40
run : cd elasticsearch && bundle exec rake test:all
41
41
- name : elasticsearch-api
42
- run : rake es:download_artifacts[9.0 .0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all
42
+ run : rake es:download_artifacts[9.1 .0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all
Original file line number Diff line number Diff line change 28
28
sudo sysctl -w vm.max_map_count=262144
29
29
- uses : elastic/elastic-github-actions/elasticsearch@master
30
30
with :
31
- stack-version : 9.0 .0-SNAPSHOT
31
+ stack-version : 9.1 .0-SNAPSHOT
32
32
- uses : ruby/setup-ruby@v1
33
33
with :
34
34
ruby-version : ${{ matrix.ruby }}
41
41
- name : elasticsearch
42
42
run : cd elasticsearch && bundle exec rake test:all
43
43
- name : elasticsearch-api
44
- run : rake es:download_artifacts[9.0 .0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all
44
+ run : rake es:download_artifacts[9.1 .0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all
You can’t perform that action at this time.
0 commit comments