Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbfb authored May 24, 2024
1 parent 95cb147 commit 8ac61ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,8 @@ jobs:
api-level: 29
script: |
cd "$HERMES_WS_DIR"/react-native
pwd
find . -name "gradlew"
./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
Expand Down

0 comments on commit 8ac61ef

Please sign in to comment.