ci: install postgresql-client for pg_isready command
- Add postgresql-client to system dependencies - Fixes 'pg_isready: command not found' error in CI - Required for database readiness check before tests
This commit is contained in:
parent
64d20f8adc
commit
bda0c703d2
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
- name: Install system dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libsnmp-dev snmp-mibs-downloader
|
||||
sudo apt-get install -y libsnmp-dev snmp-mibs-downloader postgresql-client
|
||||
|
||||
- name: Cache Mix dependencies
|
||||
uses: actions/cache@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue