We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dda779 commit 754edeaCopy full SHA for 754edea
1 file changed
operator/build.gradle.kts
@@ -72,6 +72,9 @@ tasks.quarkusAppPartsBuild {
72
}
73
74
tasks.withType<Test> {
75
+ // Required for the HelmTest
76
+ dependsOn(tasks.quarkusAppPartsBuild)
77
+
78
val mockitoAgent = configurations.testRuntimeClasspath.get().find {
79
it.name.contains("mockito-core")
80
0 commit comments