This commit is contained in:
parent
d845898406
commit
25de6aad68
@ -20,4 +20,4 @@ jobs:
|
|||||||
- name: install netcat
|
- name: install netcat
|
||||||
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 db 3306 || nc -w5 -z -v localhost 3306
|
run: sleep 600 ; nc -w5 -z -v db 3306 || nc -w5 -z -v localhost 3306
|
||||||
Loading…
Reference in New Issue
Block a user