Skip to content

Commit

Permalink
Explicitly set device in CI runs to avoid attempting macOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jan 17, 2025
1 parent 27cc13a commit 44a3cbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ platform :ios do
prelaunch_simulator: true,
buildlog_path: File.join(__dir__, '.build', 'logs'),
derived_data_path: File.join(__dir__, '.build', 'derived-data'),
device: device.name,
ensure_devices_found: true
}

shared_options[:device] = device.name unless is_ci

run_tests(**shared_options, scheme: 'Aztec')
run_tests(**shared_options, scheme: 'WordPressEditor')

Expand Down

0 comments on commit 44a3cbb

Please sign in to comment.