Skip to content

Commit 87a291f

Browse files
committed
OS image test debug
1 parent b398250 commit 87a291f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/run-tests.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,15 @@ jobs:
2626
image: opensearchproject/opensearch:latest
2727
env:
2828
discovery.type: single-node
29-
OPENSEARCH_INITIAL_ADMIN_PASSWORD: Eb9zjMWij5JFOm5NMqgqUeLG5
29+
DISABLE_SECURITY_PLUGIN: "true"
3030
ES_JAVA_OPTS: '-Xms512m -Xmx512m'
3131
ports:
3232
- 9200:9200
33-
options: --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=5
33+
options: >-
34+
--health-cmd="curl http://localhost:9200/_cluster/health"
35+
--health-interval=10s
36+
--health-timeout=5s
37+
--health-retries=5
3438
3539
redis:
3640
image: redis

0 commit comments

Comments
 (0)