Skip to content

Commit 2cf878e

Browse files
committed
CI update
1 parent 01e36f7 commit 2cf878e

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,18 @@ jobs:
2323
# Docs: https://docs.github.com/en/actions/using-containerized-services
2424
services:
2525
elasticsearch:
26-
image: elasticsearch:7.17.3
26+
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.0
2727
env:
2828
discovery.type: single-node
29+
xpack.security.enabled: 'false'
2930
ES_JAVA_OPTS: '-Xms512m -Xmx512m'
3031
ports:
3132
- 9200:9200
32-
options: --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=5
33+
options: >-
34+
--health-cmd="curl http://localhost:9200/_cluster/health"
35+
--health-interval=10s
36+
--health-timeout=5s
37+
--health-retries=5
3338
3439
redis:
3540
image: redis

0 commit comments

Comments
 (0)