Install psql client
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 4m37s
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 4m37s
This commit is contained in:
parent
eade9f0318
commit
0d82ef3d40
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
|||||||
- run: bundle install
|
- run: bundle install
|
||||||
- name: Wait until Postgres is ready to accept connections
|
- name: Wait until Postgres is ready to accept connections
|
||||||
run: |
|
run: |
|
||||||
|
apt-get update && apt-get install -f -y postgresql-client
|
||||||
until pg_isready -h postgres -U postgres -d postgres
|
until pg_isready -h postgres -U postgres -d postgres
|
||||||
do
|
do
|
||||||
sleep 1
|
sleep 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user