Skip to content

Commit d23dfc7

Browse files
committed
test updating xpack license value
1 parent 22b6bcc commit d23dfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
image: docker.elastic.co/elasticsearch/elasticsearch:${{ matrix.elasticsearch }}
5959
env:
6060
discovery.type: single-node
61+
xpack.license.self_generated.type: trial
6162
xpack.security.enabled: true
6263
xpack.watcher.enabled: true
6364
repositories.url.allowed_urls: https://example.com/*
6465
path.repo: /tmp
6566
ELASTIC_PASSWORD: ${{ env.ELASTIC_PASSWORD }}
66-
LICENSE: trial
6767
ports:
6868
- 9200:9200
6969
options: --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10

0 commit comments

Comments
 (0)