Skip to content

Commit

Permalink
Include Android tests in fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0oked committed Oct 6, 2024
1 parent 8eb7f93 commit 3e6b7c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3e6b7c9

Please sign in to comment.