Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanmakeen committed Oct 4, 2024
1 parent 19df47c commit f8455c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LocationServices/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ platform :ios do
code_coverage: true,
output_directory: Dir.pwd + "/test_output",
include_simulator_logs: true,
# xcargs: "-test-iterations '1' -retry-tests-on-failure"
xcargs: "-test-iterations '3' -retry-tests-on-failure"
)
ensure
xcresult_path = Actions.lane_context[SharedValues::SCAN_GENERATED_XCRESULT_PATH]
Expand Down

0 comments on commit f8455c8

Please sign in to comment.