SOLR-18190: Index upgrade Collection level API #5749
Workflow file for this run
This file contains hidden or 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: SolrJ Tests | |
| on: | |
| pull_request: | |
| branches: | |
| - '*' | |
| paths: | |
| - '.github/workflows/solrj-test.yml' | |
| - 'solr/solrj/**' | |
| jobs: | |
| test: | |
| name: Run SolrJ Tests | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 15 | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v5 | |
| - uses: ./.github/actions/prepare-for-build | |
| - name: Test SolrJ module | |
| run: ./gradlew solr:solrj:test |