Skip to content

SOLR-18215 JWT auth module now defaults to blockUnknown=true #22175

SOLR-18215 JWT auth module now defaults to blockUnknown=true

SOLR-18215 JWT auth module now defaults to blockUnknown=true #22175

name: Gradle Precommit
on:
pull_request:
branches:
- '*'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
name: gradle check
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: Run gradle check (without tests)
run: ./gradlew check -x test -Ptask.times=true --continue