Skip to content

Commit

Permalink
adding environment but not in dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacioct committed Apr 26, 2024
1 parent 8be9707 commit 46ed88f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 46ed88f

Please sign in to comment.