Skip to content

Commit

Permalink
check elasticsearch 2 ways
Browse files Browse the repository at this point in the history
  • Loading branch information
tannalynn committed Oct 5, 2022
1 parent a8e923d commit 1f47acb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,12 @@ jobs:
- name: check elasticsearch
run: |
sleep 60
curl -X GET http://elasticsearch:9200/
curl -X GET http://elasticsearch7:9200/
- name: check elasticsearch localhost
run: |
sleep 60
curl -X GET http://localhost:9200/
- name: Install Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 1f47acb

Please sign in to comment.