Skip to content

Commit

Permalink
Add steps to test RNTesterPods with use_frameworks! enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreanor committed Jul 25, 2019
1 parent 282f29c commit 2e9b308
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,15 @@ jobs:
- run: touch .watchmanconfig

- run: yarn test-ios

- run:
name: Generate RNTesterPods Workspace with frameworks
command: cd RNTester && pod install --verbose
environment:
USE_FRAMEWORKS: '1'

- run: yarn test-ios

- store_test_results:
path: ~/reports/junit

Expand Down

0 comments on commit 2e9b308

Please sign in to comment.