ci config
Some checks failed
Build Project / TestWithDb (push) Failing after 12s

This commit is contained in:
Martin Below 2024-06-10 07:43:15 +02:00
parent 3b32ae49a7
commit d845898406

View File

@ -17,7 +17,7 @@ jobs:
MARIADB_MYSQL_LOCALHOST_GRANTS: "test"
steps:
- name: install required stuff
- name: install netcat
run: apt-get -y update ; apt -y install netcat-openbsd
- name: try to connect to db
run: nc -w5 -z -v db 3306 || nc -w5 -z -v localhost 3306