We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da21747 commit a8f9698Copy full SHA for a8f9698
.github/workflows/7.17.yml
@@ -45,5 +45,3 @@ jobs:
45
run: cd elasticsearch-api && bundle exec rake test:spec
46
- name: elasticsearch-xpack
47
run: cd elasticsearch-xpack && bundle exec rake test:unit test:spec
48
- - name: elasticsearch-dsl
49
- run: cd elasticsearch-dsl && bundle exec rake test:all
Rakefile
@@ -62,9 +62,7 @@ CURRENT_PATH = Pathname(File.expand_path(__dir__))
62
SUBPROJECTS = [
63
'elasticsearch',
64
'elasticsearch-transport',
65
- 'elasticsearch-dsl',
66
'elasticsearch-api',
67
- 'elasticsearch-extensions',
68
'elasticsearch-xpack'
69
].freeze
70
0 commit comments