From 3e6b7c9a661c63970f1e6da161a91f8fcec7f32e Mon Sep 17 00:00:00 2001 From: Philipp Bobek Date: Sun, 6 Oct 2024 18:29:36 +0200 Subject: [PATCH] Include Android tests in fastlane --- fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index db04c46..6189826 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -4,6 +4,7 @@ platform :android do desc "Runs all the tests" lane :test do gradle(task: "test") + gradle(task: "pixel9api34Check") end desc "Build a new APK"