diff --git a/.github/workflows/on_merge_to_master.yaml b/.github/workflows/on_merge_to_master.yaml index adaa3f8f8..f72ce4eb5 100644 --- a/.github/workflows/on_merge_to_master.yaml +++ b/.github/workflows/on_merge_to_master.yaml @@ -64,7 +64,7 @@ jobs: cd .. # Run the application in the background using nohup - nohup python launch.py --listen --api & + nohup python launch.py --listen --api > nohup.out 2>&1 & # Detach from the SSH session to prevent hanging exit