Skip to content

Commit

Permalink
build: start PostgreSQL service in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrielfn committed Sep 21, 2024
1 parent a4b206c commit cd1a632
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
psql --version
sudo dpkg -L postgresql-${{ env.PG_VERSION }}-ulid
ls -l /usr/share/postgresql/${{ env.PG_VERSION }}/extension/ | grep ulid
- name: Start PostgreSQL service
run: |
sudo systemctl start postgresql
sudo systemctl status postgresql
- name: Test PostgreSQL extension
run: |
sudo -u postgres psql -c "SHOW server_version;"
Expand Down

0 comments on commit cd1a632

Please sign in to comment.