Skip to content

Commit

Permalink
Remove useless fastlane parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Dec 2, 2024
1 parent 32779ba commit 117bf14
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,8 @@ def run_package_tests(platform_id, scheme_name)
result_bundle: true,
number_of_retries: 3,
clean: true,
fail_build: false,
xcargs: '-testLanguage en -testRegion en_US'
)
trainer(
path: 'fastlane/test_output',
output_remove_retry_attempts: true,
fail_build: true
)
end

def run_all_tests(platform_id)
Expand Down

0 comments on commit 117bf14

Please sign in to comment.