Migrate NodeHealthAPI: flip delegation so V2 owns logic, V1 bridges to it #9
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 | |
| 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 |