Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mkko committed Jul 25, 2024
1 parent 0a98ed9 commit 27ce0c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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",
Expand Down

0 comments on commit 27ce0c5

Please sign in to comment.