We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c15f9 commit 0e57fd9Copy full SHA for 0e57fd9
1 file changed
.github/workflows/e2e-android.yml
@@ -90,7 +90,7 @@ jobs:
90
with:
91
api-level: ${{ env.API_LEVEL }}
92
target: default
93
- profile: pixel_2
+ profile: pixel_8_pro
94
ram-size: '4096M'
95
disk-size: '5G'
96
disable-animations: false
@@ -104,6 +104,9 @@ jobs:
104
# Install example app node dependencies
105
yarn --cwd apps/${{ env.WORKING_DIRECTORY }} install
106
107
+ # Set up ADB reverse for Metro
108
+ $ANDROID_HOME/platform-tools/adb reverse tcp:8081 tcp:8081
109
+
110
# Start Metro in the background
111
E2E=true yarn --cwd apps/${{ env.WORKING_DIRECTORY }} start &> output.log &
112
0 commit comments