mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
CI: More MySQL testing
This commit is contained in:
parent
c03a0dc38a
commit
ec257d2117
2 changed files with 4 additions and 6 deletions
|
|
@ -71,7 +71,10 @@ jobs:
|
|||
--health-interval=10s
|
||||
--health-timeout=5s
|
||||
--health-retries=3
|
||||
--mount type=bind,source=${{ github.workspace }}/.github/workflows/mysql.cnf,target=/etc/mysql/conf.d/custom.cnf,readonly
|
||||
--entrypoint=""
|
||||
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 docker-entrypoint.sh mysqld"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
5
.github/workflows/mysql.cnf
vendored
5
.github/workflows/mysql.cnf
vendored
|
|
@ -1,5 +0,0 @@
|
|||
[mysqld]
|
||||
character-set-server=utf8mb4
|
||||
collation-server=utf8mb4_unicode_ci
|
||||
innodb-default-row-format=DYNAMIC
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue