This commit is contained in:
parent
3b32ae49a7
commit
d845898406
@ -17,7 +17,7 @@ jobs:
|
|||||||
MARIADB_MYSQL_LOCALHOST_GRANTS: "test"
|
MARIADB_MYSQL_LOCALHOST_GRANTS: "test"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install required stuff
|
- 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: nc -w5 -z -v db 3306 || nc -w5 -z -v localhost 3306
|
||||||
Loading…
Reference in New Issue
Block a user