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 b53d86d commit fde8328
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,11 +516,7 @@ jobs:
uses: ReactiveCircus/[email protected]
with:
api-level: 29
script: |
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
script: cd "$HERMES_WS_DIR"/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
test-e2e-intl:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit fde8328

Please sign in to comment.