This commit is contained in:
parent
f11e03f69f
commit
28b21b6565
@ -15,8 +15,8 @@ jobs:
|
|||||||
MARIADB_MYSQL_LOCALHOST_GRANTS: "wazzl"
|
MARIADB_MYSQL_LOCALHOST_GRANTS: "wazzl"
|
||||||
|
|
||||||
container:
|
container:
|
||||||
steps:
|
steps:
|
||||||
- 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: run tests
|
- name: run tests
|
||||||
run: which nc; nc localhost 3306
|
run: which nc; nc localhost 3306
|
||||||
Loading…
Reference in New Issue
Block a user