mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Revert D46225044: Add tests in CI not to break Hermes-Xcode integration
Differential Revision: D46225044 Original commit changeset: 265364a0b4c1 Original Phabricator Diff: D46225044 fbshipit-source-id: bd3e903f973ad8989a4b05f3bf787cc1c01f0573
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3afb5b8241
commit
20e66db0be
@@ -922,26 +922,6 @@ jobs:
|
||||
# -------------------------
|
||||
# JOBS: Test iOS RNTester
|
||||
# -------------------------
|
||||
test_ios_rntester_hermes_integration:
|
||||
executor: reactnativeios
|
||||
steps:
|
||||
- checkout_code_with_cache
|
||||
- run_yarn
|
||||
- run:
|
||||
name: Pod install
|
||||
command: |
|
||||
cd packages/rn-tester
|
||||
rm -rf Pods Podfile.lock
|
||||
bundle install
|
||||
RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
|
||||
- run:
|
||||
name: Build RNTester
|
||||
command: |
|
||||
xcodebuild build \
|
||||
-workspace packages/rn-tester/RNTesterPods.xcworkspace \
|
||||
-scheme RNTester \
|
||||
-sdk iphonesimulator
|
||||
|
||||
test_ios_rntester:
|
||||
executor: reactnativeios
|
||||
parameters:
|
||||
@@ -1617,7 +1597,6 @@ workflows:
|
||||
- equal: [ false, << pipeline.parameters.run_nightly_workflow >> ]
|
||||
jobs:
|
||||
- prepare_hermes_workspace
|
||||
- test_ios_rntester_hermes_integration
|
||||
- build_hermesc_linux:
|
||||
requires:
|
||||
- prepare_hermes_workspace
|
||||
|
||||
Reference in New Issue
Block a user