From f90709b11fe161ca1650b1bc5b699923e2731feb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 26 May 2026 18:01:19 +0000 Subject: [PATCH] Align postgres docker setup with dependency pulls --- .github/actions/setup-postgres-cluster/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-postgres-cluster/action.yml b/.github/actions/setup-postgres-cluster/action.yml index 2626d4f418..b159ae3afc 100644 --- a/.github/actions/setup-postgres-cluster/action.yml +++ b/.github/actions/setup-postgres-cluster/action.yml @@ -22,6 +22,7 @@ runs: run: | if [ "${{ inputs.provider }}" = "docker" ]; then REPO_ROOT=$(git rev-parse --show-toplevel) + "${REPO_ROOT}/.github/scripts/pull-test-deps-images.sh" docker compose -f "${REPO_ROOT}/tests-integration/fixtures/docker-compose.yml" up -d --wait postgres exit 0 fi