Compare commits

..

1 Commits

Author SHA1 Message Date
1b33879b77 ci: Instrumentation tests coverage in ci.
Some checks failed
Check PR code / BuildAndTestAndCoverage (pull_request) Has been cancelled
2025-03-20 17:14:00 +01:00

View File

@ -277,7 +277,7 @@ val fetchScreenshotsTask =
}
tasks.whenTaskAdded {
if (this.name == "connectedAndroidTest") {
if (this.name == "connectedGithubConfigDebugAndroidTest") {
this.finalizedBy(fetchScreenshotsTask)
}
/* if (this.name == "mergeGithubConfigDebugResources" ||