Skip to content

Commit b234e6e

Browse files
KM-13381 Run iOS tests only on iOS platform
1 parent be41363 commit b234e6e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

fastlane/Fastfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ platform :ios do
1212
anthropic_model = "claude-sonnet-4-5"
1313

1414
lane :tests do
15-
run_tests(scheme: "PIA VPN")
15+
run_tests(
16+
scheme: "PIA VPN",
17+
destination: "platform=iOS Simulator,name=iPhone 17 Pro"
18+
)
1619
end
1720

1821
lane :tvOStests do

0 commit comments

Comments
 (0)