We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f756146 commit 29ec4c7Copy full SHA for 29ec4c7
.github/workflows/php_upgrade.yaml
@@ -63,7 +63,12 @@ jobs:
63
MYSQL_PASSWORD: db
64
MYSQL_DATABASE: db_test
65
MYSQL_ROOT_PASSWORD: password
66
- options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
+ # https://mariadb.org/mariadb-server-docker-official-images-healthcheck-without-mysqladmin/
67
+ options: >-
68
+ --health-cmd="healthcheck.sh --connect --innodb_initialized"
69
+ --health-interval=5s
70
+ --health-timeout=2s
71
+ --health-retries=3
72
strategy:
73
fail-fast: false
74
matrix:
0 commit comments