Skip to content

Commit 91c7e89

Browse files
committed
Remove unsude integration test var
1 parent e94dbb7 commit 91c7e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ tasks {
8383
}
8484
}
8585

86-
val integrationTest by registering {
86+
register("integrationTest") {
8787
description = "Run integration tests against a local kind cluster"
8888
group = "Verification"
8989
dependsOn(runInCluster)

0 commit comments

Comments
 (0)