diff options
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 |
