From 1cca8c52c00d32211447611a3a983879f4b4d93d Mon Sep 17 00:00:00 2001 From: jsgoldstein Date: Thu, 28 Sep 2023 11:45:37 -0400 Subject: [PATCH] I think we might need this port as well... --- .github/workflows/test-ruby.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-ruby.yml b/.github/workflows/test-ruby.yml index 301d35c9e99a39..808ee95b8d2429 100644 --- a/.github/workflows/test-ruby.yml +++ b/.github/workflows/test-ruby.yml @@ -286,7 +286,7 @@ 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 @@ -294,6 +294,7 @@ jobs: --health-retries 10 ports: - 9200:9200 + - 9600:9600 env: DB_HOST: localhost