Pass maven properties for integration-tests compilation task

Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
This commit is contained in:
Ilayaperumal Gopinathan
2025-04-16 22:02:09 +01:00
parent b1e0230e29
commit 04d037c8fd

View File

@@ -38,7 +38,7 @@ runs:
- name: Install
shell: bash
run: cd spring-ai && ./mvnw -ntp install -DskipTests
run: cd spring-ai && echo 'Running with maven properties:' ${{ inputs.maven-properties }} && ./mvnw -ntp install -DskipTests ${{ inputs.maven-properties }}
- name: Run ${{ inputs.model-name }} model tests
shell: bash