We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ff4c0 commit 752fd08Copy full SHA for 752fd08
.circleci/config.yml
@@ -12,7 +12,7 @@ jobs:
12
command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'name=iPhone 16' build | xcpretty
13
- run:
14
name: Run Tests
15
- command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'name=iPhone 15' test | xcpretty
+ command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'name=iPhone 16' test | xcpretty
16
workflows:
17
version: 2
18
build_and_test:
0 commit comments