diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 98b9762..a1cb6d2 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -121,7 +121,11 @@ desc "Runs all the tests" lane :test do |options| - gradle(task: "test") + gradle( + task: "test", + build_type: 'Release', + #flavor: "#{getFlavorName(options)}", + ) end desc "Build the apk"