Skip to content

Commit

Permalink
[Tests] Remove UITests from CI yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
mennenia committed Jan 18, 2017
1 parent f6e9f0b commit ec32d75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -79,6 +79,7 @@ build:
test:
set -o pipefail && xcodebuild -workspace $(WORKSPACE) -scheme $(SCHEME) -configuration Debug test -sdk iphonesimulator -destination $(DEVICE_HOST) $(DERIVED_DATA) | bundle exec second_curtain 2>&1 | tee $(CIRCLE_ARTIFACTS)/xcode_test_raw.log | bundle exec xcpretty -c --test --report junit --output $(CIRCLE_TEST_REPORTS)/xcode/results.xml

# This is currently not being called from our CI yaml file [!]
uitest:
set -o pipefail && xcodebuild -workspace $(WORKSPACE) -scheme $(SCHEME_INTEGRATION_TESTS) -configuration Debug test -sdk iphonesimulator -destination $(DEVICE_HOST) $(DERIVED_DATA) $(RESULT_BUNDLE)| bundle exec second_curtain 2>&1 | tee $(CIRCLE_ARTIFACTS)/xcode_test_raw.log | bundle exec xcpretty -c --test --report junit --output $(CIRCLE_TEST_REPORTS)/xcode/results.xml

Expand Down
4 changes: 2 additions & 2 deletions circle.yml
@@ -1,4 +1,4 @@
machine:
achine:
xcode:
version: "8.1"
environment:
Expand Down Expand Up @@ -38,7 +38,7 @@ test:
- xcrun instruments -w '547B1B63-3F66-4E5B-8001-F78F2F1CDEA7' || true
- sleep 15
override:
- make uitest
- make test
- bundle exec danger --verbose
post:
- make deploy_if_beta_branch

0 comments on commit ec32d75

Please sign in to comment.