Fix CI for mysql 5.6

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2022-01-06 10:11:44 +01:00
parent 5a2b7fbc46
commit 8001bc38ea
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -581,6 +581,7 @@ services:
MYSQL_USER: oc_autotest
MYSQL_PASSWORD: owncloud
MYSQL_DATABASE: oc_autotest
command: [ "--max_allowed_packet=67108864" ]
tmpfs:
- /var/lib/mysql
trigger: