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 0ac645f commit 801363eCopy full SHA for 801363e
.github/workflows/e2e-android.yml
@@ -92,7 +92,7 @@ jobs:
92
$ANDROID_HOME/platform-tools/adb reverse tcp:8081 tcp:8081
93
94
# Start Metro in the background
95
- E2E=true yarn --cwd apps/${{ env.WORKING_DIRECTORY }} start &> output.log &
+ nohup E2E=true yarn --cwd apps/${{ env.WORKING_DIRECTORY }} start &> output.log &
96
METRO_PID=$!
97
98
echo "Metro PID is $METRO_PID"
0 commit comments