diff --git a/.github/actions/setup-postgres-linux/action.yml b/.github/actions/setup-postgres-linux/action.yml index 52c25316be4..8c08bbe5725 100644 --- a/.github/actions/setup-postgres-linux/action.yml +++ b/.github/actions/setup-postgres-linux/action.yml @@ -11,6 +11,7 @@ runs: curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc|sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg sudo apt update -y sudo apt install postgresql-16 + sudo apt-get -y install postgresql postgresql-contrib sudo systemctl | grep postgres sudo systemctl start postgresql sudo systemctl enable postgresql