From 46ed88f39f50943f8120e96d4e0f18855b4bd227 Mon Sep 17 00:00:00 2001 From: ignacioct Date: Fri, 26 Apr 2024 11:27:40 +0200 Subject: [PATCH] adding environment but not in dictionary --- .github/workflows/integration-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 7e2a182..a9abfc7 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -14,7 +14,9 @@ jobs: image: docker.elastic.co/elasticsearch/elasticsearch:8.8.2 ports: - 6900:6900 - #env: '{"discovery.type": "single-node", "xpack.security.enabled": "false"}' + environment: + discovery.type=single-node + xpack.security.enabled=false defaults: run: shell: bash -l {0}