Skip to content

Commit 61444a3

Browse files
committed
fix gradlew condition to make it only run test
1 parent b8e782c commit 61444a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-tests-starter/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ tasks.register<Test>("uiTest") {
9797
systemProperty("org.gradle.project.ideProfileName", ideProfile.name)
9898
val testSuite = System.getenv("TEST_DIR") ?: ""
9999
filter {
100-
"includeTestsMatching(software.aws.toolkits.jetbrains.uitests.testTests.*)"
100+
includeTestsMatching("software.aws.toolkits.jetbrains.uitests.testTests.*")
101101
}
102102
}
103103

0 commit comments

Comments
 (0)