SAI-4894 Support rate limiters for all request types #28
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 |