Skip to content

Commit

Permalink
Enabled test run on gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmathew committed Jul 2, 2024
1 parent f81210d commit eceb917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ kotlin {
}

tasks.withType<Test> {
useJUnitPlatform()
testLogging {
setExceptionFormat("full")
events("started", "skipped", "passed", "failed")
Expand Down

0 comments on commit eceb917

Please sign in to comment.