Skip to content

Commit

Permalink
fix: change iphone model
Browse files Browse the repository at this point in the history
  • Loading branch information
HiHoi authored Mar 25, 2024
1 parent 5ceaeea commit 2bc35f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Test_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
ls -lra
pod install --repo-update --clean-install
xcodebuild clean test -workspace HANE24.xcworkspace -scheme 24HANE -destination 'platform=iOS simulator,name=iPhone 15 Pro,OS=latest'
xcodebuild clean test -workspace HANE24.xcworkspace -scheme 24HANE -destination 'platform=iOS simulator,name=iPhone 14 Pro,OS=latest'
- name: Run Swiftlint
run: swiftlint --config .swiftlint.yml
- name: Run tests
Expand Down

0 comments on commit 2bc35f9

Please sign in to comment.