Skip to content

Commit

Permalink
build(ci): add PostgreSQL installation and verification
Browse files Browse the repository at this point in the history
  • Loading branch information
andrielfn committed Sep 21, 2024
1 parent 3def014 commit 421204e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ jobs:
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install -y postgresql-${{ env.PG_VERSION }} postgresql-contrib-${{ env.PG_VERSION }}
- name: Verify PostgreSQL installation
run: |
pg_lsclusters
psql --version
sudo -u postgres psql -c "SELECT version();"
- name: Install package
run: |
sudo dpkg -i *.deb
Expand Down

0 comments on commit 421204e

Please sign in to comment.