ci config
Some checks failed
Build Project / TestWithDb (push) Failing after 17m33s

This commit is contained in:
Martin Below 2024-06-10 08:25:41 +02:00
parent d845898406
commit 25de6aad68

View File

@ -20,4 +20,4 @@ jobs:
- name: install netcat - 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: sleep 600 ; nc -w5 -z -v db 3306 || nc -w5 -z -v localhost 3306