Skip to content

Commit 1904149

Browse files
committed
Output maven's build.log
1 parent 97fd5fd commit 1904149

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,6 @@ function logAndExec() {
8484
exec "${@}"
8585
}
8686

87-
logAndExec ./gradlew hibernate-maven-plugin:integrationTest ${goal} "${@}" -Plog-test-progress=true --stacktrace --debug
87+
logAndExec ./gradlew hibernate-maven-plugin:integrationTest ${goal} "${@}" -Plog-test-progress=true --stacktrace --info
88+
89+
logAndExec cat /home/opc/actions-runner/_work/hibernate-orm/hibernate-orm/tooling/hibernate-maven-plugin/target/maven-embedder/workspace/target/its/enhance/build.log

0 commit comments

Comments
 (0)