Install psql client
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 4m37s

This commit is contained in:
Manuel Bustillo 2024-07-30 21:33:02 +02:00
parent eade9f0318
commit 0d82ef3d40

View File

@ -28,6 +28,7 @@ jobs:
- run: bundle install
- name: Wait until Postgres is ready to accept connections
run: |
apt-get update && apt-get install -f -y postgresql-client
until pg_isready -h postgres -U postgres -d postgres
do
sleep 1