From ea2b259c79bf6bef91f80f4cab25a50125361573 Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 27 Jun 2024 20:15:38 +0200 Subject: [PATCH] Yet another attempt --- .github/workflows/github_action_test_suite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_action_test_suite.yml b/.github/workflows/github_action_test_suite.yml index 9ae02bd26e..ded08d764c 100644 --- a/.github/workflows/github_action_test_suite.yml +++ b/.github/workflows/github_action_test_suite.yml @@ -59,8 +59,8 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 - --character-set-server-utf8mb4 - --collation-server-utf8mb4_unicode_ci + --character-set-server "utf8mb4" + --collation-server "utf8mb4_unicode_ci" ports: - 3306:3306