From 16e014f3600f71a2674265442aa0badd098ed30f Mon Sep 17 00:00:00 2001 From: chrislu Date: Fri, 12 Sep 2025 22:45:06 -0700 Subject: [PATCH] start tests --- .github/workflows/postgres-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/postgres-tests.yml b/.github/workflows/postgres-tests.yml index 23cfc043e..af034352b 100644 --- a/.github/workflows/postgres-tests.yml +++ b/.github/workflows/postgres-tests.yml @@ -44,7 +44,7 @@ jobs: - name: Start PostgreSQL Gateway Services run: | - make start-seaweedfs + make dev-start sleep 10 - name: Run Basic Connectivity Test