Skip to content

Commit 754edea

Browse files
committed
test should depend on quarkusAppPartsBuild for HelmTest
1 parent 5dda779 commit 754edea

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

operator/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ tasks.quarkusAppPartsBuild {
7272
}
7373

7474
tasks.withType<Test> {
75+
// Required for the HelmTest
76+
dependsOn(tasks.quarkusAppPartsBuild)
77+
7578
val mockitoAgent = configurations.testRuntimeClasspath.get().find {
7679
it.name.contains("mockito-core")
7780
}

0 commit comments

Comments
 (0)