diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a9abfc7..1d07122 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -14,7 +14,7 @@ jobs: image: docker.elastic.co/elasticsearch/elasticsearch:8.8.2 ports: - 6900:6900 - environment: + env: discovery.type=single-node xpack.security.enabled=false defaults: