From e702b4ee564cabb279632630fa6d9ed3d52a4b6c Mon Sep 17 00:00:00 2001 From: Wells Bunker Date: Fri, 26 Sep 2025 16:11:11 -0600 Subject: [PATCH] test --- .github/workflows/lint-build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-build-test.yml b/.github/workflows/lint-build-test.yml index cd165f9da..47a05d01e 100644 --- a/.github/workflows/lint-build-test.yml +++ b/.github/workflows/lint-build-test.yml @@ -316,7 +316,7 @@ jobs: echo "Checking $service_name (localhost:$port)..." for i in {1..60}; do - if curl -f -s -o /dev/null http://localhost:$port; then + if curl -s -o /dev/null http://localhost:$port; then echo "✅ $service_name is ready (localhost:$port)" return 0 fi