Fixes github tests workflow

main
Yasen Pramatarov 2025-09-29 21:30:38 +03:00
parent 656cd3c976
commit 29c2ecf40c
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ jobs:
- name: Wait for MariaDB
run: |
sudo apt-get update
sudo apt-get install -y mariadb-client
while ! mysqladmin ping -h"127.0.0.1" -P"3306" -uroot -proot --silent; do
echo "Waiting for database connection..."