Skip to content

Commit 404a2b6

Browse files
Explicitly call test:faraday1:all
Co-authored-by: Fernando Briano <[email protected]>
1 parent e7e7261 commit 404a2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/7.17.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: elasticsearch
4141
run: cd elasticsearch && bundle exec rake test:all
4242
- name: elasticsearch-transport faraday1
43-
run: cd elasticsearch-transport && bundle install && bundle exec rake test:all
43+
run: cd elasticsearch-transport && bundle install && bundle exec rake test:faraday1:all
4444
env:
4545
BUNDLE_GEMFILE: 'Gemfile-faraday1.gemfile'
4646
- name: elasticsearch-transport faraday2

0 commit comments

Comments
 (0)