From d54e0e6a834b6f0dd756ad9aca056d9c5ed90098 Mon Sep 17 00:00:00 2001 From: Oscar Bazaldua <511911+oscb@users.noreply.github.com> Date: Wed, 29 Nov 2023 11:44:08 -0800 Subject: [PATCH] ci: switch to release buid for e2e --- examples/AnalyticsReactNativeExample/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/AnalyticsReactNativeExample/package.json b/examples/AnalyticsReactNativeExample/package.json index 1863569e..10d6d04f 100644 --- a/examples/AnalyticsReactNativeExample/package.json +++ b/examples/AnalyticsReactNativeExample/package.json @@ -9,9 +9,9 @@ "lint": "eslint .", "start": "react-native start", "build:android": "yarn detox build --configuration android.emu.release", - "test:android": "yarn detox test --configuration android.emu.debug", + "test:android": "yarn detox test --configuration android.emu.release", "build:ios": "yarn detox build --configuration ios.sim.release", - "test:ios": "yarn detox test --configuration ios.sim.debug", + "test:ios": "yarn detox test --configuration ios.sim.release", "start:e2e": "RN_SRC_EXT=e2e.mock.ts,e2e.mock.js yarn start", "android:deeplink": "adb shell am start -a android.intent.action.VIEW -d \"segmentreactnative://hello\" com.example.segmentanalyticsreactnative", "ios:deeplink": "xcrun simctl openurl booted segmentreactnative://hello",