Skip to content

Commit 456037d

Browse files
committed
doc: update README
1 parent e047815 commit 456037d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
11
# elasticsearch-github-actions
2+
3+
setup elasticsearch in your github actions' workflow
4+
5+
## Usage
6+
```yaml
7+
steps:
8+
- name: Configure sysctl limits
9+
run: |
10+
sudo swapoff -a
11+
sudo sysctl -w vm.swappiness=1
12+
sudo sysctl -w fs.file-max=262144
13+
sudo sysctl -w vm.max_map_count=262144
14+
15+
- uses: miyataka/elasticsearch-github-actions
16+
with:
17+
stack-version: '7.6.2'
18+
plugins: 'analysis-kuromoji analysis-icu'
19+
```

0 commit comments

Comments
 (0)