Skip to content

Commit

Permalink
Use Fabric builds in iOS tests
Browse files Browse the repository at this point in the history
Summary: Enable Fabric builds in iOS tests on Circle CI and Sandcastle.

Differential Revision: D25700257

fbshipit-source-id: a9171c51cc155377d434a5120a7c5c4eeb3a3e27
  • Loading branch information
hramos authored and facebook-github-bot committed Dec 24, 2020
1 parent 3ade096 commit 72ef5fc
Show file tree
Hide file tree
Showing 2 changed files with 314 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ jobs:
steps:
- run:
name: Generate RNTesterPods Workspace
command: cd packages/rn-tester && bundle exec pod install --verbose
command: cd packages/rn-tester && USE_FABRIC=1 bundle exec pod install --verbose

# -------------------------
# Runs iOS unit tests
Expand Down
Loading

0 comments on commit 72ef5fc

Please sign in to comment.