use postgresql when installing
This commit is contained in:
parent
332716faf0
commit
e4427f6fbb
@ -76,7 +76,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install apt packages
|
- 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
|
- name: Check postgres pingability
|
||||||
run: ping -c 3 db
|
run: ping -c 3 db
|
||||||
|
Loading…
x
Reference in New Issue
Block a user