Skip to content

Commit a8f9698

Browse files
committed
[CI] Cleanup
1 parent da21747 commit a8f9698

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/7.17.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,3 @@ jobs:
4545
run: cd elasticsearch-api && bundle exec rake test:spec
4646
- name: elasticsearch-xpack
4747
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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ CURRENT_PATH = Pathname(File.expand_path(__dir__))
6262
SUBPROJECTS = [
6363
'elasticsearch',
6464
'elasticsearch-transport',
65-
'elasticsearch-dsl',
6665
'elasticsearch-api',
67-
'elasticsearch-extensions',
6866
'elasticsearch-xpack'
6967
].freeze
7068

0 commit comments

Comments
 (0)