GitHub Actions: Run UI Tests workflow cleanup

This commit is contained in:
Jakub Chrzanowski
2021-06-08 22:58:04 +02:00
committed by Jakub Chrzanowski
parent c38e14a201
commit a87f931dbe
2 changed files with 40 additions and 69 deletions

View File

@@ -69,7 +69,7 @@ detekt {
// Read more: https://github.com/JetBrains/intellij-ui-test-robot
tasks {
withType<DownloadRobotServerPluginTask> {
version = "0.10.3"
version.set("0.10.3")
}
withType<RunIdeForUiTestTask> {