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 1a6968f commit f9fe694Copy full SHA for f9fe694
.github/workflows/CI.yml
@@ -47,8 +47,7 @@ jobs:
47
MARIADB_PASSWORD: mysql
48
ports:
49
- 3306:3306
50
- options: >-
51
- --health-cmd="healthcheck.sh--connect --innodb_initialized"--health-interval=10s --health-timeout=5s --health-retries=3
+ options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
52
53
steps:
54
- uses: actions/checkout@v4
0 commit comments