diff --git a/fastlane/Fastfile b/fastlane/Fastfile index a1cb6d2..b8a0437 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -124,7 +124,12 @@ gradle( task: "test", build_type: 'Release', - #flavor: "#{getFlavorName(options)}", + flavor: "production", + ) + gradle( + task: "test", + build_type: 'Release', + flavor: "acceptance", ) end