Skip to content

Commit 1362a82

Browse files
committed
Test
1 parent 725bd1a commit 1362a82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ private_lane :retreive_failed_tests do
378378
end
379379

380380
desc 'Builds Demo app'
381-
lane :build_demo do |options|
381+
lane :build_demo do
382382
next unless is_check_required(sources: sources_matrix[:sample_apps], force_check: @force_check)
383383

384384
scan(
@@ -388,7 +388,6 @@ lane :build_demo do |options|
388388
derived_data_path: derived_data_path,
389389
cloned_source_packages_path: source_packages_path,
390390
build_for_testing: true,
391-
devices: options[:device],
392391
xcargs: buildcache_xcargs
393392
)
394393
end

0 commit comments

Comments
 (0)