Skip to content

Commit 5c17c48

Browse files
committed
bump
1 parent 207caba commit 5c17c48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: elastic/elastic-github-actions/elasticsearch@master
3030
with:
3131
stack-version: ${{ matrix.elastic }}
32+
security-enabled: false
3233

3334
- name: Composer
3435
run: make composer
@@ -44,4 +45,4 @@ jobs:
4445
- name: Tests
4546
run: make tests
4647
env:
47-
ELASTICSEARCH_HOST: https://es1:9200
48+
ELASTICSEARCH_HOST: http://localhost:9200

0 commit comments

Comments
 (0)