Skip to content

Commit 72ef5fc

Browse files
hramosfacebook-github-bot
authored andcommitted
Use Fabric builds in iOS tests
Summary: Enable Fabric builds in iOS tests on Circle CI and Sandcastle. Differential Revision: D25700257 fbshipit-source-id: a9171c51cc155377d434a5120a7c5c4eeb3a3e27
1 parent 3ade096 commit 72ef5fc

File tree

2 files changed

+314
-3
lines changed

2 files changed

+314
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ jobs:
428428
steps:
429429
- run:
430430
name: Generate RNTesterPods Workspace
431-
command: cd packages/rn-tester && bundle exec pod install --verbose
431+
command: cd packages/rn-tester && USE_FABRIC=1 bundle exec pod install --verbose
432432

433433
# -------------------------
434434
# Runs iOS unit tests

0 commit comments

Comments
 (0)