Skip to content

Commit

Permalink
modify run-unit-test line 45
Browse files Browse the repository at this point in the history
  • Loading branch information
nasir19noor committed Jan 8, 2025
1 parent 8d6e777 commit 62965d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cicd/cmd/run-unit-tests/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ func main() {
mvnFlags.SkipIntegrationTests(),
mvnFlags.FailAtTheEnd(),
mvnFlags.ThreadCount(8),
mvnFlags.InternalMaven()),
mvnFlags.InternalMaven(),
mvnFlags.SurefireConsoleOutput(), // Add console output
mvnFlags.FullStackTrace(), // Add full stack traces
mvnFlags.TestRetryCount(2)
mvnFlags.TestRetryCount(2))
if err != nil {
log.Fatalf("Test execution failed: %v\n", err)
}
Expand Down

0 comments on commit 62965d2

Please sign in to comment.