vterdunov / elasticsearch-github-actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elasticsearch-github-actions

setup elasticsearch in your github actions' workflow

Usage

steps:
- name: Configure sysctl limits
  run: |
    sudo swapoff -a
    sudo sysctl -w vm.swappiness=1
    sudo sysctl -w fs.file-max=262144
    sudo sysctl -w vm.max_map_count=262144

- uses: miyataka/elasticsearch-github-actions@1
  with:
    stack-version: '7.6.2'
    plugins: 'analysis-kuromoji analysis-icu'

About


Languages

Language:Shell 95.4%Language:Dockerfile 4.6%