Skip to content

Commit

Permalink
just test to see if the opensearch image can work...
Browse files Browse the repository at this point in the history
  • Loading branch information
jsgoldstein committed Sep 28, 2023
1 parent 5644898 commit 9e6ebdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,11 @@ jobs:
ports:
- 6379:6379

elasticsearch:
search:
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
Expand Down

0 comments on commit 9e6ebdc

Please sign in to comment.