Setup scheme for fastlane run_tests
This commit is contained in:
parent
40ac070232
commit
394fdfb67e
2 changed files with 8 additions and 18 deletions
|
|
@ -64,7 +64,7 @@ end
|
|||
platform :ios do
|
||||
desc "Runs all tests"
|
||||
lane :test do
|
||||
run_tests()
|
||||
run_tests(scheme: "pass")
|
||||
end
|
||||
|
||||
desc "Submit a new Beta Build to Apple TestFlight"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue