mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Testing to streamline mysql setup more
This commit is contained in:
parent
50417d8970
commit
d54886e9e4
3 changed files with 15 additions and 6 deletions
|
|
@ -59,10 +59,10 @@ jobs:
|
|||
--health-interval 10s
|
||||
--health-timeout 5s
|
||||
--health-retries 5
|
||||
--charset "utf8mb4"
|
||||
--init_command "set collation_connection=utf8mb4_unicode_ci"
|
||||
ports:
|
||||
- 3306:3306
|
||||
volumes:
|
||||
- ${{ github.workspace }}/.github/workflows/mysql_options.cnf:/etc/mysql/conf.d/custom.cnf
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue