We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dffe97 commit d029b06Copy full SHA for d029b06
1 file changed
fastlane/Fastfile
@@ -961,6 +961,7 @@ platform :ios do
961
test_without_building: true,
962
xctestrun: test_plan_path,
963
output_directory: File.join(PROJECT_ROOT_FOLDER, 'build', 'results'),
964
+ reset_simulator: true,
965
result_bundle: true
966
)
967
end
0 commit comments