Skip to content

Commit

Permalink
Explicitly call test:faraday1:all
Browse files Browse the repository at this point in the history
Co-authored-by: Fernando Briano <fernando@picandocodigo.net>
  • Loading branch information
santiagorodriguez96 and picandocodigo committed Nov 6, 2023
1 parent e7e7261 commit 404a2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/7.17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: elasticsearch
run: cd elasticsearch && bundle exec rake test:all
- name: elasticsearch-transport faraday1
run: cd elasticsearch-transport && bundle install && bundle exec rake test:all
run: cd elasticsearch-transport && bundle install && bundle exec rake test:faraday1:all
env:
BUNDLE_GEMFILE: 'Gemfile-faraday1.gemfile'
- name: elasticsearch-transport faraday2
Expand Down

0 comments on commit 404a2b6

Please sign in to comment.