mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-12 21:06:46 +00:00
Update Fastfile
This commit is contained in:
@@ -5,7 +5,7 @@ platform :ios do
|
|||||||
lane :test do
|
lane :test do
|
||||||
scan(
|
scan(
|
||||||
scheme: "Fastlanedemoapp", # ENSURE THIS EXACTLY MATCHES YOUR PROJECT'S SCHEME NAME (case-sensitive)
|
scheme: "Fastlanedemoapp", # ENSURE THIS EXACTLY MATCHES YOUR PROJECT'S SCHEME NAME (case-sensitive)
|
||||||
device: "iPhone 16 Pro", # The simulator we are targeting for the test
|
device: "iPhone 16 Pro (18.2)", # The simulator we are targeting for the test
|
||||||
clean: true, # Cleans the build folder before building
|
clean: true, # Cleans the build folder before building
|
||||||
code_coverage: true # Enables code coverage (optional, but good for CI)
|
code_coverage: true # Enables code coverage (optional, but good for CI)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user