We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5194e04 commit 179db1fCopy full SHA for 179db1f
.github/workflows/CI-build-test.yml
@@ -34,9 +34,10 @@ jobs:
34
sudo sysctl -w vm.max_map_count=262144
35
36
- name: Runs Elasticsearch
37
- uses: miyataka/elastic-github-actions/elasticsearch@feature/plugin_support
+ uses: elastic/elastic-github-actions/elasticsearch@master
38
with:
39
stack-version: 8.15.3
40
+ security-enabled: false
41
plugins: analysis-kuromoji
42
43
- name: Elasticsearch is reachable
0 commit comments