Skip to content

Commit 1a6b4e4

Browse files
committed
Replace third-party database actions with direct docker run
MariaDB 11.4+ renamed mysqladmin to mariadb-admin, breaking the healthcheck. Use the official healthcheck.sh script instead.
1 parent 8162458 commit 1a6b4e4

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)