mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
CI: mysql 8.0 doesn't support innodb_large_prefix anymore (again)
This commit is contained in:
parent
a253ef618a
commit
c1b43f742f
1 changed files with 1 additions and 1 deletions
2
.github/actions/run-tests/action.yml
vendored
2
.github/actions/run-tests/action.yml
vendored
|
|
@ -70,7 +70,7 @@ runs:
|
|||
if: ${{ inputs.testing-db == 'mysql' }}
|
||||
run: |
|
||||
echo "Verifying MySQL server settings:"
|
||||
mysql -u evennia -ppassword evennia -e "SELECT @@innodb_default_row_format as row_format, @@character_set_server as charset, @@collation_server as collation, @@innodb_large_prefix as large_prefix;"
|
||||
mysql -u evennia -ppassword evennia -e "SELECT @@innodb_default_row_format as row_format, @@character_set_server as charset, @@collation_server as collation;"
|
||||
shell: bash
|
||||
|
||||
- name: Run migrations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue