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

This commit is contained in:
Martin Below 2024-06-10 07:26:12 +02:00
parent c1161d6cf4
commit 74f4512839

View File

@ -18,4 +18,4 @@ jobs:
- name: install required stuff
run: apt-get -y update ; apt -y install netcat-openbsd
- name: try to connect to db
run: nc -w5 -z -v localhost 3306 || nc -w5 -z -v db 3306
run: nc -w5 -z -v db 3306 || nc -w5 -z -v localhost 3306