Skip to content

Commit

Permalink
Use Fabric builds in iOS tests (#30639)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hramos authored and grabbou committed Feb 1, 2021
1 parent 224c85a commit 0636c45
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
Expand Up @@ -423,7 +423,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

0 comments on commit 0636c45

Please sign in to comment.