Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 0d132f7

Browse files
committed
Set explicit simultor for tests
1 parent bbd6743 commit 0d132f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fastlane/Fastfile

+2
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,13 @@ lane :runalltests do
7575
scan(
7676
project: "R.swift.Library.xcodeproj",
7777
scheme: "Rswift-iOS",
78+
destination: "name=iPhone SE",
7879
clean: true
7980
)
8081
scan(
8182
project: "R.swift.Library.xcodeproj",
8283
scheme: "Rswift-tvOS",
84+
destination: "name=Apple TV 1080p",
8385
clean: true
8486
)
8587
end

0 commit comments

Comments
 (0)