Skip to content

Commit 570d356

Browse files
committed
fix ci
1 parent 016f1e1 commit 570d356

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/github-actions.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
ports:
2626
- 9200:9200
2727
env:
28-
- ELASTIC_PASSWORD=admin
29-
- discovery.type=single-node
30-
- xpack.security.enabled=true
31-
- ELASTIC_PASSWORD=admin
32-
- bootstrap.memory_lock=true
33-
- ES_JAVA_OPTS=-Xms512m -Xmx512m
28+
ELASTIC_PASSWORD: admin
29+
discovery.type: single-node
30+
xpack.security.enabled: true
31+
ELASTIC_PASSWORD: admin
32+
bootstrap.memory_lock: true
33+
ES_JAVA_OPTS: -Xms512m -Xmx512m
3434
options: --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=3
3535
steps:
3636
- name: Setup PHP

0 commit comments

Comments
 (0)