Skip to content

Commit

Permalink
use gradle flavor tasks for Fastlane Google Firebase Test Lab
Browse files Browse the repository at this point in the history
  • Loading branch information
eighthave committed Aug 4, 2023
1 parent 737ae74 commit 0744c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ platform :android do
# Run instrumented tests in Google Firebase Test Lab
desc "Build the application and instrumented tests, then run the tests in Firebase Test Lab"
lane :build_and_instrumented_test do | options |
gradle(tasks: ['assembleDebug', 'assembleDebugAndroidTest'])
gradle(tasks: ['assembleGplayDebug', 'assembleGplayDebugAndroidTest'])

# Run the instrumented tests in Firebase Test Lab
firebase_login(
Expand Down

0 comments on commit 0744c30

Please sign in to comment.