diff --git a/fastlane/Fastfile b/fastlane/Fastfile index e05ecbd44f..ec3f299fc0 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -108,7 +108,7 @@ platform :android do desc "Runs Standard Debug tests and generates Kover report" lane :check do gradle( - tasks: ["testStandardDebug", "lintStandardDebug", "detektStandardDebug", "koverXmlReportStandardDebug"] + tasks: ["testStandardDebug", "lintStandardDebug", "detekt", "koverXmlReportStandardDebug"] ) end