Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bailletced committed Dec 3, 2024
1 parent 016f1e1 commit 570d356
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
ports:
- 9200:9200
env:
- ELASTIC_PASSWORD=admin
- discovery.type=single-node
- xpack.security.enabled=true
- ELASTIC_PASSWORD=admin
- bootstrap.memory_lock=true
- ES_JAVA_OPTS=-Xms512m -Xmx512m
ELASTIC_PASSWORD: admin
discovery.type: single-node
xpack.security.enabled: true
ELASTIC_PASSWORD: admin
bootstrap.memory_lock: true
ES_JAVA_OPTS: -Xms512m -Xmx512m
options: --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- name: Setup PHP
Expand Down

0 comments on commit 570d356

Please sign in to comment.