diff options
| author | Michael Peter Christen <mc@yacy.net> | 2026-07-12 13:24:43 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2026-07-12 13:24:43 +0200 |
| commit | 92e0b111a0ce98964e4de3600d1a81643313ed7e (patch) | |
| tree | 2993225dfe8062e13d43ccfede6551c4b195643a /.github/workflows/ant-build-pull-request.yaml | |
| parent | 302b6af4df9d3299ac7184ccca8dc3e2c53c8aa1 (diff) | |
add solr9-jetty-bridge verification to CI
Diffstat (limited to '.github/workflows/ant-build-pull-request.yaml')
| -rw-r--r-- | .github/workflows/ant-build-pull-request.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ant-build-pull-request.yaml b/.github/workflows/ant-build-pull-request.yaml index 52a050c8a..614896aea 100644 --- a/.github/workflows/ant-build-pull-request.yaml +++ b/.github/workflows/ant-build-pull-request.yaml @@ -15,3 +15,7 @@ jobs: distribution: 'temurin' - name: Build with ant run: ant clean all dist + - name: Verify Solr and Jetty dependency isolation + run: ./test/jetty-solr-dependency-guard.sh + - name: Test embedded Solr bridge + run: ./test/solr9-jetty-bridge-spike.sh |
