SOLR-17997: Upgrade to Apache Lucene 10.3.2 #266
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
| # This test covers TikaServer tests for SolrCell, since crave does not support docker yet. | |
| name: Extraction module tests with Docker | |
| on: | |
| pull_request: | |
| branches: | |
| - '*' | |
| paths: | |
| - 'solr/modules/extraction/**' | |
| jobs: | |
| test: | |
| name: extraction module tests with docker | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 15 | |
| env: | |
| DEVELOCITY_ACCESS_KEY: ${{ secrets.SOLR_DEVELOCITY_ACCESS_KEY }} | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v5 | |
| - uses: ./.github/actions/prepare-for-build | |
| - name: Run extraction module tests | |
| run: ./gradlew --no-daemon solr:modules:extraction:check |