Skip to content

Commit e080d0c

Browse files
committed
Fix Fastlane test device
1 parent c2b5ffa commit e080d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ platform :ios do
77

88
desc "Run unit tests and check library"
99
lane :test do
10-
scan(workspace: "Pageboy.xcworkspace", scheme: "Pageboy iOS", clean: true)
10+
scan(workspace: "Pageboy.xcworkspace", scheme: "Pageboy iOS", clean: true, device: "iPhone 15 (18.0)")
1111
pod_lib_lint(allow_warnings: true)
1212
end
1313

0 commit comments

Comments
 (0)