This GitHub Action sets up a Solr instance.
See action.yml
Basic:
steps:
- uses: patric-dosch-vi/solr-action@v1
with:
version: '8.11.1-slim' # See https://hub.docker.com/_/solr for available versions
core name: 'mycore'
config path: 'config'
The scripts and documentation in this project are released under the MIT License