We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbaf01c commit d3d5d9bCopy full SHA for d3d5d9b
.github/workflows/react-native.yml
@@ -23,6 +23,8 @@ jobs:
23
workspace_name: '@launchdarkly/react-native-client-sdk'
24
workspace_path: packages/sdk/react-native
25
detox-ios:
26
+ # TODO: disable detox for now because it's unstable.
27
+ if: false
28
# macos-latest uses macos-12 and we need macos-14 to get xcode 15.
29
# https://github.com/actions/runner-images/blob/main/README.md
30
runs-on: macos-14
0 commit comments