Skip to content

Commit

Permalink
ran tests without device set
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed Dec 26, 2024
1 parent 720ae1c commit c416970
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ platform :ios do

desc "Run all the unit tests"
lane :all_unit_tests do
run_tests(clean: true,
scheme: "litewallet",
devices: ["iPhone 15"]
)
run_tests(scheme: "litewallet")
end

desc "Build and Archive"
Expand Down

0 comments on commit c416970

Please sign in to comment.