Skip to content

Commit 5f5a25a

Browse files
committed
[DSL] Adds running tests to GH Actions
1 parent 6d3c2bd commit 5f5a25a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/7.x.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ jobs:
4545
run: cd elasticsearch-xpack && bundle exec rake test:unit test:spec
4646
- name: elasticsearch-transport
4747
run: cd elasticsearch-transport && bundle exec rake test:all
48-
48+
- name: elasticsearch-dsl
49+
run: cd elasticsearch-dsl && bundle exec rake test:all

0 commit comments

Comments
 (0)