Skip to content

Commit 3f4932e

Browse files
committed
Typo in CircleCI config
1 parent d64fcdc commit 3f4932e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ commands:
6363
command: xcodebuild clean build build-for-testing -project "Apollo.xcodeproj" -scheme "${CIRCLE_XCODE_SCHEME}" -sdk "${CIRCLE_XCODE_SDK}" -destination "${DESTINATION}" | xcpretty
6464
name: Clean and build for testing
6565
- run:
66-
command: xcodebuild test-without-building -resultBundlePath ~/TestResults/ResultBundle.xcresult -project "Apollo.xcodeproj" -scheme "${CIRCLE_XCODE_SCHEME}" -sdk "${CIRCLE_XCODE_SDK}" -destination "${DESTINATION}" --testplan "${CIRCLE_XCODE_TEST_PLAN}" | xcpretty
66+
command: xcodebuild test-without-building -resultBundlePath ~/TestResults/ResultBundle.xcresult -project "Apollo.xcodeproj" -scheme "${CIRCLE_XCODE_SCHEME}" -sdk "${CIRCLE_XCODE_SDK}" -destination "${DESTINATION}" --testPlan "${CIRCLE_XCODE_TEST_PLAN}" | xcpretty
6767
name: Run tests
6868
- save-xcodebuild-artifacts
6969
- save_cache:

0 commit comments

Comments
 (0)