Skip to content

Commit

Permalink
chore: try debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier committed Nov 30, 2023
1 parent e402394 commit 897eac8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
`java-library`
id("org.gradle.test-retry") version "1.2.0"
}

val edcVersion: String by project
Expand All @@ -22,6 +23,11 @@ dependencies {

tasks.withType<Test> {
maxParallelForks = 1
retry {
maxRetries.set(2)
maxFailures.set(4)
failOnPassedAfterRetry.set(false)
}
}

val sovityEdcGroup: String by project
Expand Down

0 comments on commit 897eac8

Please sign in to comment.