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 7819009 commit 256ace1Copy full SHA for 256ace1
.github/workflows/master.yml
@@ -42,3 +42,5 @@ jobs:
42
run: cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
43
- name: elasticsearch-transport
44
run: cd elasticsearch-transport && bundle exec rake test:all
45
+ - name: elasticsearch-dsl
46
+ run: cd elasticsearch-dsl && bundle exec rake test:all
0 commit comments