Skip to content

Commit 0636c45

Browse files
hramosgrabbou
authored andcommitted
Use Fabric builds in iOS tests (#30639)
Summary: Pull Request resolved: #30639 # Changelog: [Internal] Enable Fabric builds in iOS tests on Circle CI and Sandcastle. Reviewed By: fkgozali Differential Revision: D25700257 fbshipit-source-id: a250dbc9904efec9ded130912a993638f0992373
1 parent 224c85a commit 0636c45

File tree

2 files changed

+314
-3
lines changed

2 files changed

+314
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ jobs:
423423
steps:
424424
- run:
425425
name: Generate RNTesterPods Workspace
426-
command: cd packages/rn-tester && bundle exec pod install --verbose
426+
command: cd packages/rn-tester && USE_FABRIC=1 bundle exec pod install --verbose
427427

428428
# -------------------------
429429
# Runs iOS unit tests

0 commit comments

Comments
 (0)