We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97fd5fd commit d3bb2eeCopy full SHA for d3bb2ee
ci/build.sh
@@ -79,9 +79,6 @@ elif [ "$RDBMS" == "informix" ]; then
79
goal="-Pdb=informix"
80
fi
81
82
-function logAndExec() {
83
- echo 1>&2 "Executing:" "${@}"
84
- exec "${@}"
85
-}
+./gradlew hibernate-maven-plugin:integrationTest ${goal} "${@}" -Plog-test-progress=true --stacktrace --info || true
86
87
-logAndExec ./gradlew hibernate-maven-plugin:integrationTest ${goal} "${@}" -Plog-test-progress=true --stacktrace --debug
+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