diff --git a/.circleci/config.yml b/.circleci/config.yml index 1fc1f8473fb..9b4c403bec6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -122,7 +122,7 @@ commands: description: Homebrew package to install type: string steps: - - run: + - run: name: "Brew: Install << parameters.package >>" command: HOMEBREW_NO_AUTO_UPDATE=1 brew install << parameters.package >> >/dev/null @@ -411,7 +411,7 @@ jobs: name: Fetch CocoaPods Specs command: | curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf - - run: + - run: name: Setup the CocoaPods environment command: pod setup @@ -430,7 +430,7 @@ jobs: - when: condition: << parameters.run_unit_tests >> steps: - - run: + - run: name: "Run Tests: iOS Unit and Integration Tests" command: yarn test-ios # Runs iOS Detox e2e tests @@ -474,7 +474,7 @@ jobs: parameters: run_disabled_tests: type: boolean - default: false + default: false steps: - restore_cache_checkout: checkout_type: android @@ -783,18 +783,18 @@ workflows: run_unit_tests: true requires: - setup_ios - - test_ios: - name: test_ios_detox - run_disabled_tests: false - run_detox_tests: true - requires: - - setup_ios - - test_ios: - name: test_ios_detox_frameworks - use_frameworks: true - run_detox_tests: true - requires: - - setup_ios + # - test_ios: + # name: test_ios_detox + # run_disabled_tests: false + # run_detox_tests: true + # requires: + # - setup_ios + # - test_ios: + # name: test_ios_detox_frameworks + # use_frameworks: true + # run_detox_tests: true + # requires: + # - setup_ios - test_js: name: test_js_prev_lts executor: nodeprevlts