From fca5dfcba4310b6f6c161f9a94513707f59615a8 Mon Sep 17 00:00:00 2001 From: Yusinto Ngadiman Date: Thu, 14 Mar 2024 15:06:37 -0700 Subject: [PATCH] chore: Disable detox. --- .github/workflows/react-native.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/react-native.yml b/.github/workflows/react-native.yml index 6f5422c279..a9eb6945ef 100644 --- a/.github/workflows/react-native.yml +++ b/.github/workflows/react-native.yml @@ -23,6 +23,8 @@ jobs: workspace_name: '@launchdarkly/react-native-client-sdk' workspace_path: packages/sdk/react-native detox-ios: + # TODO: disable detox for now because it's unstable. + if: false # macos-latest uses macos-12 and we need macos-14 to get xcode 15. # https://github.com/actions/runner-images/blob/main/README.md runs-on: macos-14