From 2e9b308f400450d3b5c20b67354d3543eadfc898 Mon Sep 17 00:00:00 2001 From: James Treanor Date: Thu, 25 Jul 2019 11:28:02 +0100 Subject: [PATCH] Add steps to test RNTesterPods with use_frameworks! enabled --- .circleci/config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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