Skip to content

Update hk2 to v4 (major) #5988

Update hk2 to v4 (major)

Update hk2 to v4 (major) #5988

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