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 4ecbc19 commit bccabd2Copy full SHA for bccabd2
.github/workflows/mariadb.yml
@@ -14,7 +14,7 @@ jobs:
14
MYSQL_PASSWORD: mariadb
15
MYSQL_DATABASE: mariadb
16
MYSQL_ROOT_PASSWORD: mariadb
17
- options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
+ options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
18
strategy:
19
fail-fast: false
20
matrix:
0 commit comments