mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
CI: More MySQL work
This commit is contained in:
parent
0660952efd
commit
ac933f48b2
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
|
|
@ -69,7 +69,7 @@ runs:
|
|||
- name: Verify MySQL settings before migrations
|
||||
if: ${{ inputs.testing-db == 'mysql' }}
|
||||
run: |
|
||||
mysql -h 127.0.0.1 -u evennia -ppassword evennia -e "SELECT @@innodb_default_row_format as row_format, @@innodb_large_prefix as large_prefix;"
|
||||
mysql -h 127.0.0.1 -u evennia -ppassword evennia -e "SELECT @@innodb_default_row_format as row_format;"
|
||||
shell: bash
|
||||
|
||||
- name: Run migrations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue