Skip to content

Commit

Permalink
set the xcode 15.3.0 and run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed Dec 26, 2024
1 parent c702690 commit 8c72a66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ orbs:
jobs:
build-and-test:
macos:
xcode: 14.0.1
xcode: 15.3.0
working_directory: ~/litewallet-ios/
environment:
FL_OUTPUT_DIR: output
Expand Down
4 changes: 3 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ platform :ios do

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

desc "Build and Archive"
Expand Down

0 comments on commit 8c72a66

Please sign in to comment.