Align postgres docker setup with dependency pulls

This commit is contained in:
copilot-swe-agent[bot]
2026-05-26 18:01:19 +00:00
committed by GitHub
parent 9f9a4d2361
commit f90709b11f

View File

@@ -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