Add full mTLS integration tests for Solr #2702
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Solr Tests | |
on: | |
pull_request: | |
branches: | |
- 'main' | |
jobs: | |
test: | |
name: Run Solr Tests using Crave.io resources | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Get the Crave binary | |
run: curl -s https://raw.githubusercontent.com/accupara/crave/master/get_crave.sh | bash -s -- | |
- name: Initialize, build, test | |
run: ./crave run --clean |