mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-13 05:11:12 +00:00
tf
This commit is contained in:
parent
0bdb6f79a4
commit
00ed61ebb5
85 changed files with 3919 additions and 0 deletions
10
infra/scripts/test-java-serving.sh
Executable file
10
infra/scripts/test-java-serving.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
mvn -f java/pom.xml --batch-mode --also-make --projects serving test
|
||||
TEST_EXIT_CODE=$?
|
||||
|
||||
# Default artifact location setting in Prow jobs
|
||||
LOGS_ARTIFACT_PATH=/logs/artifacts
|
||||
cp -r serving/target/surefire-reports ${LOGS_ARTIFACT_PATH}/surefire-reports
|
||||
|
||||
exit ${TEST_EXIT_CODE}
|
||||
Loading…
Add table
Add a link
Reference in a new issue