Skip to content

Commit b5a7487

Browse files
authored
Merge pull request #23 from Rafikooo/fix/docker-api-compatibility
Fix MariaDB healthcheck for 11.4+
2 parents 8162458 + 1a6b4e4 commit b5a7487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ runs:
181181
-e MYSQL_PASSWORD=sylius \
182182
-e MYSQL_DATABASE=sylius \
183183
-p 3306:3306 \
184-
--health-cmd="mysqladmin ping -h 127.0.0.1 --silent" \
184+
--health-cmd="healthcheck.sh --connect --innodb_initialized" \
185185
--health-interval=5s \
186186
--health-timeout=3s \
187187
--health-retries=30 \

0 commit comments

Comments
 (0)