Use DEFAULT_PG_VERSION env in CI pytest

This commit is contained in:
Anastasia Lubennikova
2022-09-21 18:48:58 +03:00
parent d098542dde
commit 1fa7d6aebf

View File

@@ -86,6 +86,7 @@ runs:
# and it is needed to distinguish different environments
export PLATFORM=${PLATFORM:-github-actions-selfhosted}
export POSTGRES_DISTRIB_DIR=${POSTGRES_DISTRIB_DIR:-/tmp/neon/pg_install}
export DEFAULT_PG_VERSION=${DEFAULT_PG_VERSION:-14}
if [ "${BUILD_TYPE}" = "remote" ]; then
export REMOTE_ENV=1