From 49a297ddce7c9f2bf01f2fc88be92714553ce6fe Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Fri, 15 Mar 2024 17:23:03 -0700 Subject: [PATCH 1/3] chore(ci): Bump react-native orb --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cf58da53..5dd94565 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: - react-native: react-native-community/react-native@7.1.1 + react-native: react-native-community/react-native@7.4.0 executors: From fc3a9576977505e52592fb0fdb13d4abf8c1a4b8 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Fri, 15 Mar 2024 17:35:46 -0700 Subject: [PATCH 2/3] Try to fix macOS executor setup --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5dd94565..67b7c635 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -105,7 +105,12 @@ jobs: - checkout_attach_workspace - react-native/setup_macos_executor: node_version: '18.17.1' + android: false + detox: false - react-native/yarn_install + - run: + name: Install Detox + command: npm install detox-cli --global - restore_cache: keys: - >- From 85a9e6a24990338a6c59755d9cff8064796ca753 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Fri, 15 Mar 2024 17:39:36 -0700 Subject: [PATCH 3/3] Try again --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 67b7c635..ab7fe9eb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -109,8 +109,8 @@ jobs: detox: false - react-native/yarn_install - run: - name: Install Detox - command: npm install detox-cli --global + name: Install Detox + command: npm install detox-cli --global - restore_cache: keys: - >-