diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca4bf2ea64e..5404a289e5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -517,9 +517,7 @@ jobs: with: api-level: 29 script: | - cd "$HERMES_WS_DIR"/react-native - pwd - find . -name "gradlew" + cd "$HERMES_WS_DIR"/react-native/android ./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