CI: Another try with inline mysql start

This commit is contained in:
Griatch 2025-12-19 14:55:27 +01:00
parent 2e5e1de9ce
commit 706fb4cd46
2 changed files with 7 additions and 23 deletions

View file

@ -71,6 +71,9 @@ jobs:
--health-interval=10s
--health-timeout=5s
--health-retries=3
--entrypoint="/bin/bash"
-c
"printf '#!/bin/bash\nexec /usr/local/bin/docker-entrypoint.sh mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --innodb-default-row-format=DYNAMIC \"\$@\"\n' > /tmp/mysql-entrypoint.sh && chmod +x /tmp/mysql-entrypoint.sh && exec /tmp/mysql-entrypoint.sh"
steps:
- uses: actions/checkout@v4