From 7a718300cfcbd81f219d46dbb72f2ca597e672fa Mon Sep 17 00:00:00 2001 From: Ali Yousefi Date: Sat, 3 Feb 2024 01:49:23 +0330 Subject: [PATCH] Update nuget-push-public-windows.yml --- .github/workflows/nuget-push-public-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nuget-push-public-windows.yml b/.github/workflows/nuget-push-public-windows.yml index 0f393ca..53482a0 100644 --- a/.github/workflows/nuget-push-public-windows.yml +++ b/.github/workflows/nuget-push-public-windows.yml @@ -21,7 +21,7 @@ jobs: echo "Started Authentication Service with PID $AUTH_PID" cd .. while true; do - grep -q 'localhost' output.txt && break + grep -q 'Now listening on' output.txt && break sleep 10 done @@ -37,7 +37,7 @@ jobs: echo "Started WhiteLabel Service with PID $WHITELABEL_PID" cd .. while true; do - grep -q 'localhost' output.txt && break + grep -q 'Now listening on' output.txt && break sleep 10 done