Skip to content

Update dependency com.fasterxml.woodstox:woodstox-core to v7.1.1 #6001

Update dependency com.fasterxml.woodstox:woodstox-core to v7.1.1

Update dependency com.fasterxml.woodstox:woodstox-core to v7.1.1 #6001

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