Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanmakeen committed Oct 7, 2024
1 parent cb0be32 commit 6a10a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LocationServices/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ platform :ios do
device: options[:device],
scheme: "LocationServicesUnitTests",
code_coverage: true,
xcargs: "-test-iterations '5' -retry-tests-on-failure"
xcargs: "-test-iterations '3' -retry-tests-on-failure"
)
xcov(
project: "LocationServices.xcodeproj",
Expand All @@ -46,7 +46,7 @@ platform :ios do
code_coverage: true,
output_directory: Dir.pwd + "/test_output",
include_simulator_logs: true,
xcargs: "-test-iterations '3' -retry-tests-on-failure"
xcargs: "-test-iterations '5' -retry-tests-on-failure"
)
ensure
xcresult_path = Actions.lane_context[SharedValues::SCAN_GENERATED_XCRESULT_PATH]
Expand Down

0 comments on commit 6a10a70

Please sign in to comment.