diff --git a/.circleci/config.yml b/.circleci/config.yml index e46a10457267dd..ae0504fc7ee98f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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