Skip to content

Commit 256ace1

Browse files
committed
[DSL] Adds running tests to GH Actions
1 parent 7819009 commit 256ace1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ jobs:
4242
run: cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
4343
- name: elasticsearch-transport
4444
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

Comments
 (0)