We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016f1e1 commit 570d356Copy full SHA for 570d356
.github/workflows/github-actions.yml
@@ -25,12 +25,12 @@ jobs:
25
ports:
26
- 9200:9200
27
env:
28
- - ELASTIC_PASSWORD=admin
29
- - discovery.type=single-node
30
- - xpack.security.enabled=true
31
32
- - bootstrap.memory_lock=true
33
- - ES_JAVA_OPTS=-Xms512m -Xmx512m
+ ELASTIC_PASSWORD: admin
+ discovery.type: single-node
+ xpack.security.enabled: true
+ bootstrap.memory_lock: true
+ ES_JAVA_OPTS: -Xms512m -Xmx512m
34
options: --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=3
35
steps:
36
- name: Setup PHP
0 commit comments