Skip to content

Commit

Permalink
add more logging to debug CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarbaresi committed Jan 6, 2025
1 parent bcdf850 commit ded9aea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ android {
'--add-opens', 'java.base/sun.net.www.protocol.http=ALL-UNNAMED',
'--add-exports', 'jdk.unsupported/sun.misc=ALL-UNNAMED',
])
testLogging {
events "passed", "skipped", "failed"
exceptionFormat = 'full'
showStandardStreams = true
}
}
}
}
Expand Down

0 comments on commit ded9aea

Please sign in to comment.