From bf43ba11339994550f933b3c674cb91460f5cc54 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 16 Jan 2022 17:19:25 +0100 Subject: [PATCH] Adjusting issues for mysql test build --- .github/workflows/github_action_test_suite.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_action_test_suite.yml b/.github/workflows/github_action_test_suite.yml index bfec647849..8d7f00c38a 100644 --- a/.github/workflows/github_action_test_suite.yml +++ b/.github/workflows/github_action_test_suite.yml @@ -38,8 +38,11 @@ jobs: if: ${{ matrix.TESTING_DB == 'mysql'}} with: host port: 3306 - character set server: 'utf8mb4' - collation server: 'utf8mb4_unicode_ci' + # character set server: 'utf8mb4' + # collation server: 'utf8mb4_unicode_ci' + character set server: 'utf8' + collation server: 'utf8_general_ci' + default storage engine: 'InnoDB' mysql database: 'evennia' mysql user: 'evennia' mysql password: 'password'