This commit is contained in:
parent
c1161d6cf4
commit
74f4512839
@ -18,4 +18,4 @@ jobs:
|
|||||||
- name: install required stuff
|
- name: install required stuff
|
||||||
run: apt-get -y update ; apt -y install netcat-openbsd
|
run: apt-get -y update ; apt -y install netcat-openbsd
|
||||||
- name: try to connect to db
|
- name: try to connect to db
|
||||||
run: nc -w5 -z -v localhost 3306 || nc -w5 -z -v db 3306
|
run: nc -w5 -z -v db 3306 || nc -w5 -z -v localhost 3306
|
||||||
Loading…
Reference in New Issue
Block a user