Compare commits

..
1 Commits
Author SHA1 Message Date
AmineB 1b33879b77 ci: Instrumentation tests coverage in ci.
Check PR code / BuildAndTestAndCoverage (pull_request) Has been cancelled
2025-03-20 17:14:00 +01:00
+1 -1
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" ||