diff --git a/fastlane/Fastfile b/fastlane/Fastfile index efbc818ece..871b050803 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -29,7 +29,7 @@ platform :android do FileUtils.cp("../app/src/main/assets/tangem-app-config/android/google-services/dev/google-services.json", "../app") FileUtils.cp("../tangem-android-tools/CI/gradle_properties/tests_ci_gradle.properties", "../gradle.properties") puts File.read("../gradle.properties") - gradle(task: "testDebugUnitTest") + gradle(task: "testGoogleDebugUnitTest") end desc "Build internal APK Firebase App Distribution"