diff --git a/.github/workflows/Scheme.yml b/.github/workflows/Scheme.yml index 1b09b3ea..58274abf 100644 --- a/.github/workflows/Scheme.yml +++ b/.github/workflows/Scheme.yml @@ -40,7 +40,7 @@ jobs: # Wait for 'Server Started' message while true; do - if grep -q "Server started successfully" <(tail -n 5 output.log); then + if grep -q "Javalin started" <(tail -n 5 output.log); then break fi sleep 1