This commit is contained in:
parent
da703f6906
commit
44cf87e20a
@ -16,5 +16,7 @@ jobs:
|
|||||||
|
|
||||||
container:
|
container:
|
||||||
steps:
|
steps:
|
||||||
- name: install required stuff
|
- name: install required stuff
|
||||||
run: apt-get -y update ; apt -y install netcat-openbsd; nc localhost 3306
|
run: apt-get -y update ; apt -y install netcat-openbsd; nc localhost 3306
|
||||||
|
- name: run tests
|
||||||
|
run: which nc; nc localhost 3306
|
||||||
Loading…
Reference in New Issue
Block a user