diff options
-rw-r--r-- | .circleci/config.yml | 4 |
1 files 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 |