Skip to content

Commit

Permalink
Tweak emulator options
Browse files Browse the repository at this point in the history
  • Loading branch information
takameyer committed Oct 11, 2023
1 parent 89d6353 commit 2634204
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/install-test-react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- latest
#- next
react-native-version:
- latest
#- next
#- latest
- next
# - nightly # Enable if it's not too noizy
new-architecture:
#- true
Expand All @@ -42,7 +42,7 @@ jobs:
#- 13.1
node:
# RN bumped minimum Node version: https://github.com/huntie/react-native/blob/6cb6b81dd1c6b74a0f4bac5b06fa5aef93b48fe4/CHANGELOG.md?plain=1#L15
- 16
- 18
# env:
# DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app
steps:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
api-level: 29
target: google_apis
script: npm test -- --platform android
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
emulator-options: -no-snapshot-load -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
working-directory: install-tests/react-native

Expand Down

0 comments on commit 2634204

Please sign in to comment.