From aae20947c16f4fd1b51729205209c2c22dfb8fd9 Mon Sep 17 00:00:00 2001 From: Leon Jiang <35908040+leonyjiang@users.noreply.github.com> Date: Mon, 22 Mar 2021 19:29:48 -0400 Subject: Fix config.yml typo & change build mode to debug --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8878e2e3..f8b4fcc9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,12 +39,12 @@ workflows: jobs: - checkout_code - analyze_code: - requries: -checkout_code + requires: -checkout_code - rn/ios_build: name: build_ios_release project_path: ios/Frontend.xcodeproj device: 'iPhone 11' - build_configuration: Release + build_configuration: Debug scheme: Frontend requires: - analyze_code -- cgit v1.2.3-70-g09d2