From 27ce0c56cc86496fc9a86462125302c57a664f0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20Va=CC=88lima=CC=88ki?= Date: Thu, 25 Jul 2024 12:48:16 +0300 Subject: [PATCH] wip --- fastlane/Fastfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 28b1b72..675be74 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -7,13 +7,12 @@ platform :ios do scan( workspace: "DrawerView.xcworkspace", scheme: "DrawerViewUI", - test_without_building: true, ensure_devices_found: true, include_simulator_logs: false, output_xctestrun: false, - output_types: "html,junit,json-compilation-database", verbose: true, open_report: false, + clean: true ) persist_artifacts @@ -27,7 +26,7 @@ end private_lane :persist_artifacts do |options| xcresult_path = Actions.lane_context[SharedValues::SCAN_GENERATED_XCRESULT_PATH] - if (defined?(xcresult_path)) != nil + if "#{xcresult_path}" != "" puts "Copying artifacts from #{xcresult_path}..." copy_artifacts( target_path: "artifacts",