From 559a467a2ad6b0ab4ea72dd9b1ea472b5021483d Mon Sep 17 00:00:00 2001 From: Denver Coneybeare Date: Fri, 7 Aug 2026 21:56:40 -0400 Subject: [PATCH] dataconnect.yml: only start the "postgres" service from docker-compose.yml --- .github/workflows/dataconnect.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dataconnect.yml b/.github/workflows/dataconnect.yml index e4b9a762490..900691ae24e 100644 --- a/.github/workflows/dataconnect.yml +++ b/.github/workflows/dataconnect.yml @@ -207,7 +207,7 @@ jobs: working-directory: firebase-dataconnect/emulator run: | set -xveuo pipefail - docker compose up -d --quiet-pull + docker compose up -d --quiet-pull postgres - name: Wait for Postgres Server to be Ready working-directory: firebase-dataconnect/emulator