use postgresql when installing

This commit is contained in:
CJ_Clippy 2025-02-12 23:05:32 -08:00
parent 332716faf0
commit e4427f6fbb

@ -76,7 +76,7 @@ jobs:
steps:
- name: Install apt packages
run: apt-get update && apt-get install -y iputils-ping psql
run: apt-get update && apt-get install -y iputils-ping postgresql
- name: Check postgres pingability
run: ping -c 3 db