mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-07-07 22:40:38 +00:00
Align postgres docker setup with dependency pulls
This commit is contained in:
committed by
GitHub
parent
9f9a4d2361
commit
f90709b11f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user