Skip to content

Commit

Permalink
Attempt to improve cache hits by removing a CI-only action from Test … (
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-gradle committed May 10, 2024
2 parents b45d8c9 + 6a43489 commit 4c88582
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,6 @@ fun configureTests() {
maxRetries.convention(determineMaxRetries())
maxFailures = determineMaxFailures()
}
doFirst {
logger.lifecycle("maxParallelForks for '$path' is $maxParallelForks")
}
}

useJUnitPlatform()
Expand Down

0 comments on commit 4c88582

Please sign in to comment.