Skip to content

SOLR-18212: Migrate PackageAPI endpoints from @EndPoint/@Command to JAX-RS #5928

SOLR-18212: Migrate PackageAPI endpoints from @EndPoint/@Command to JAX-RS

SOLR-18212: Migrate PackageAPI endpoints from @EndPoint/@Command to JAX-RS #5928

Workflow file for this run

name: SolrJ Tests
on:
pull_request:
branches:
- '*'
paths:
- '.github/workflows/solrj-test.yml'
- 'solr/solrj/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
name: Run SolrJ Tests
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: ./.github/actions/prepare-for-build
- name: Test SolrJ module
run: ./gradlew solr:solrj:test