janhoy commented on code in PR #3670: URL: https://github.com/apache/solr/pull/3670#discussion_r2426756867
########## .github/workflows/gradle-extraction-check.yml: ########## @@ -0,0 +1,28 @@ +# 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/**' Review Comment: I kept this github action test for extractino module since Crave does not support docker TestContainers tests (yet). But limiting it to run only for changes in the module. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
