Skip to content

Commit

Permalink
I think we might need this port as well...
Browse files Browse the repository at this point in the history
  • Loading branch information
jsgoldstein committed Sep 28, 2023
1 parent 9e6ebdc commit 1cca8c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,14 +286,15 @@ jobs:
image: ${{ matrix.search-image}}
env:
discovery.type: single-node
# xpack.security.enabled: false
xpack.security.enabled: false
options: >-
--health-cmd "curl http://localhost:9200/_cluster/health"
--health-interval 10s
--health-timeout 5s
--health-retries 10
ports:
- 9200:9200
- 9600:9600

env:
DB_HOST: localhost
Expand Down

0 comments on commit 1cca8c5

Please sign in to comment.