Skip to content

Commit

Permalink
Upgrated workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamalifard, Mehran committed May 1, 2024
1 parent d03b488 commit dc95d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Set up Xcode
run: sudo Xcode-select -switch /Applications/Xcode_15.0.app
- name: Build & Test
run: xcodebuild test -scheme EasyCrypto -project EasyCrypto.xcodeproj -destination "platform=iOS Simulator,OS=16.1,name=iPhone 14 Pro Max" CODE_SIGNING_ALLOWED=No
run: xcodebuild test -scheme EasyCrypto -project EasyCrypto.xcodeproj -destination 'platform=iOS Simulator,name=iPhone 14' | xcpretty -s

0 comments on commit dc95d43

Please sign in to comment.