CI: Reverting and moving to SQL

This commit is contained in:
Griatch 2025-12-19 13:12:19 +01:00
parent c5fadb009e
commit 363296022d
2 changed files with 9 additions and 5 deletions

View file

@ -71,7 +71,6 @@ jobs:
--health-interval=10s
--health-timeout=5s
--health-retries=3
--entrypoint="/bin/sh -c \"printf '[mysqld]\ncharacter-set-server=utf8mb4\ncollation-server=utf8mb4_unicode_ci\ninnodb-default-row-format=DYNAMIC\n' > /etc/mysql/conf.d/custom.cnf && exec /usr/local/bin/docker-entrypoint.sh mysqld\""
steps:
- uses: actions/checkout@v4