Skip to content

Commit 63a84ff

Browse files
committed
Fix OpenSearch CI service configuration
1 parent 5b8b694 commit 63a84ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
image: opensearchproject/opensearch:2.13.0
1414
env:
1515
discovery.type: single-node
16-
plugins.security.disabled: true
16+
DISABLE_SECURITY_PLUGIN: true
1717
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m
1818
ports:
1919
- 9200:9200

0 commit comments

Comments
 (0)