We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b398250 commit 87a291fCopy full SHA for 87a291f
.github/workflows/run-tests.yml
@@ -26,11 +26,15 @@ jobs:
26
image: opensearchproject/opensearch:latest
27
env:
28
discovery.type: single-node
29
- OPENSEARCH_INITIAL_ADMIN_PASSWORD: Eb9zjMWij5JFOm5NMqgqUeLG5
+ DISABLE_SECURITY_PLUGIN: "true"
30
ES_JAVA_OPTS: '-Xms512m -Xmx512m'
31
ports:
32
- 9200:9200
33
- options: --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=5
+ options: >-
34
+ --health-cmd="curl http://localhost:9200/_cluster/health"
35
+ --health-interval=10s
36
+ --health-timeout=5s
37
+ --health-retries=5
38
39
redis:
40
image: redis
0 commit comments