We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b6bcc commit d23dfc7Copy full SHA for d23dfc7
.github/workflows/test.yml
@@ -58,12 +58,12 @@ jobs:
58
image: docker.elastic.co/elasticsearch/elasticsearch:${{ matrix.elasticsearch }}
59
env:
60
discovery.type: single-node
61
+ xpack.license.self_generated.type: trial
62
xpack.security.enabled: true
63
xpack.watcher.enabled: true
64
repositories.url.allowed_urls: https://example.com/*
65
path.repo: /tmp
66
ELASTIC_PASSWORD: ${{ env.ELASTIC_PASSWORD }}
- LICENSE: trial
67
ports:
68
- 9200:9200
69
options: --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
0 commit comments