From 9dee9c10f4206b001c2bb1dfb0a65fb66712b9d4 Mon Sep 17 00:00:00 2001 From: mattbfb <111091151+mattbfb@users.noreply.github.com> Date: Mon, 27 May 2024 12:08:16 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a72bc4f9a5c..65878db585e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -521,7 +521,7 @@ jobs: ndk: 26.1.10909125 cmake: 3.22.1 script: | - pwd && find ../ -name "gradlew" && cd ../react-native && ./gradlew -PreactNativeArchitectures=x86 :packages:rn-tester:android:app:installHermesRelease + export && pwd && find ../ -name "gradlew" && cd ../react-native && ./gradlew -PreactNativeArchitectures=x86 :packages:rn-tester:android:app:installHermesRelease adb shell am start com.facebook.react.uiapp/.RNTesterActivity timeout 30s adb logcat -e "Using Hermes: true" -m 1 test-e2e-intl: