From 8f4fef54041484a251c95d2197a92a7ac490dc3f Mon Sep 17 00:00:00 2001 From: resonic-user Date: Thu, 19 Jun 2025 23:30:25 +0200 Subject: [PATCH] wait --- .github/workflows/cache-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index 4b4b283da..b7849afd7 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -258,7 +258,7 @@ jobs: # Check each essential service wait_for "webapp" "http://localhost:3000" - wait_for "backend" "http://localhost:4000/api/health" + wait_for "backend" "http://localhost:4000/" wait_for "mailserver" "http://localhost:1080" wait_for "minio" "http://localhost:9000/minio/health/live"