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:
Riccardo Cipolleschi
2023-05-26 09:26:51 -07:00
committed by Facebook GitHub Bot
parent 3afb5b8241
commit 20e66db0be
-21
View File
@@ -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