Skip to content

Commit 179db1f

Browse files
committed
feat: new CI elasticsearch action
1 parent 5194e04 commit 179db1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI-build-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ jobs:
3434
sudo sysctl -w vm.max_map_count=262144
3535
3636
- name: Runs Elasticsearch
37-
uses: miyataka/elastic-github-actions/elasticsearch@feature/plugin_support
37+
uses: elastic/elastic-github-actions/elasticsearch@master
3838
with:
3939
stack-version: 8.15.3
40+
security-enabled: false
4041
plugins: analysis-kuromoji
4142

4243
- name: Elasticsearch is reachable

0 commit comments

Comments
 (0)