diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a1061a1..e02c1ba8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,8 +24,7 @@ jobs: image: mariadb:10.6 ports: - 3306:3306 - with: - collation server: 'utf8mb4_unicode_ci' + collation server: 'utf8mb4_unicode_ci' env: MYSQL_ROOT_PASSWORD: root options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3