mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
php: Fix mysql container startup
This commit is contained in:
parent
7eb6359281
commit
357398cecd
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
MYSQL_USER: icinga_unittest
|
||||
MYSQL_PASSWORD: icinga_unittest
|
||||
options: >-
|
||||
--health-cmd "mysql -s -uroot -proot -e'SHOW DATABASES;' 2> /dev/null | grep icinga_unittest > test"
|
||||
--health-cmd "mariadb -s -uroot -proot -e'SHOW DATABASES;' 2> /dev/null | grep icinga_unittest > test"
|
||||
--health-interval 10s
|
||||
--health-timeout 5s
|
||||
--health-retries 5
|
||||
|
Loading…
x
Reference in New Issue
Block a user