Skip to content

Commit

Permalink
Update the test logging to include the failed assertion to help inves…
Browse files Browse the repository at this point in the history
…tigations, especially during CI builds on GitHub Actions.

Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable committed Sep 30, 2024
1 parent d310d1c commit 086407b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ subprojects {
javaLauncher = javaToolchains.launcherFor {
languageVersion = JavaLanguageVersion.current()
}
testLogging {
exceptionFormat "full"
showStackTraces false
}
reports {
junitXml.required
html.required
Expand Down

0 comments on commit 086407b

Please sign in to comment.