File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments