We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7363959 commit ac60b47Copy full SHA for ac60b47
ui-tests-starter/build.gradle.kts
@@ -53,7 +53,7 @@ tasks.test {
53
54
// hack to disable ui tests in ./gradlew check
55
val action = Action<TaskExecutionGraph> {
56
- if (hasTask(tasks.test.get())) {
+ if (hasTask(tasks.check.get())) {
57
tasks.test.get().enabled = false
58
}
59
0 commit comments