Skip to content

Commit 801363e

Browse files
fix: add nohup
1 parent 0ac645f commit 801363e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
$ANDROID_HOME/platform-tools/adb reverse tcp:8081 tcp:8081
9393
9494
# Start Metro in the background
95-
E2E=true yarn --cwd apps/${{ env.WORKING_DIRECTORY }} start &> output.log &
95+
nohup E2E=true yarn --cwd apps/${{ env.WORKING_DIRECTORY }} start &> output.log &
9696
METRO_PID=$!
9797
9898
echo "Metro PID is $METRO_PID"

0 commit comments

Comments
 (0)