Skip to content

Commit

Permalink
Show failed tests exceptions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jun 1, 2024
1 parent 8c75092 commit eb520dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ spotless {
test {
useJUnitPlatform()
testLogging {
events "PASSED", "FAILED", "SKIPPED"
showStandardStreams = true
exceptionFormat "full"
}
}

Expand Down

0 comments on commit eb520dd

Please sign in to comment.