Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 389 Bytes

File metadata and controls

22 lines (16 loc) · 389 Bytes

solr-action

Solr GitHub Action

This GitHub Action sets up Solr

Usage

See action.yml

Basic:

steps:
- uses: OSGeo/solr-action@main
  with:
    solr_version: latest
    host_port: 8983
    container_port: 8983

License

The scripts and documentation in this project are released under the Apache License