Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanmakeen committed Oct 1, 2024
1 parent f517d90 commit be288b9
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 @@ -45,7 +45,7 @@ platform :ios do
result_bundle: true,
code_coverage: true,
output_directory: Dir.pwd + "/test_output",
xcargs: "-test-iterations '1' -retry-tests-on-failure"
# xcargs: "-test-iterations '1' -retry-tests-on-failure"
)
ensure
xcresult_path = Actions.lane_context[SharedValues::SCAN_GENERATED_XCRESULT_PATH]
Expand Down

0 comments on commit be288b9

Please sign in to comment.