mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
CI: Fix bitnami/mysql:8.0 tests for php:5.6 broken by charset change
This commit is contained in:
1
.github/workflows/test-unit.yml
vendored
1
.github/workflows/test-unit.yml
vendored
@@ -47,6 +47,7 @@ jobs:
|
|||||||
MYSQL_ROOT_PASSWORD: 'Database Password for Continuous Integration'
|
MYSQL_ROOT_PASSWORD: 'Database Password for Continuous Integration'
|
||||||
MYSQL_DATABASE: 'app'
|
MYSQL_DATABASE: 'app'
|
||||||
MYSQL_AUTHENTICATION_PLUGIN: 'mysql_native_password'
|
MYSQL_AUTHENTICATION_PLUGIN: 'mysql_native_password'
|
||||||
|
MYSQL_CHARACTER_SET: 'utf8mb3'
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd "mysqladmin ping"
|
--health-cmd "mysqladmin ping"
|
||||||
--health-interval 10s
|
--health-interval 10s
|
||||||
|
Reference in New Issue
Block a user