This GitHub Action sets up a Elasticsearch server.
See action.yml
Basic:
steps:
- uses: nyaruka/elasticsearch-action@v1
with:
elastic version: '6.8.5' # See https://hub.docker.com/_/elasticsearch for available versions
The scripts and documentation in this project are released under the MIT License