在 GitHub Actions 中启动的 Elasticsearch 安装插件

我通常在工作中使用Elasticsearch,并编写测试代码在GitHub Actions上进行持续测试。要在GitHub Actions中启动Elasticsearch,最好使用以下官方操作。

 

image.png

 

要安装Kuromoji,请按照以下方式进行操作。

- name: Runs Elasticsearch
  uses: elastic/elastic-github-actions/elasticsearch@master
  with:
    stack-version: 7.6.0
    plugins: analysis-kuromoji

顺便说一下,虽然我没有尝试过,但如果想要安装多个插件,似乎可以通过用半角空格或换行符来分隔插件名称。

广告
将在 10 秒后关闭
bannerAds