mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
ACS-4653 GHA - Fix mySQL tests (#1765)
* Added missing mysql params for older version. Test [db]
This commit is contained in:
@@ -25,7 +25,7 @@ services:
|
||||
mysql:
|
||||
profiles: ["mysql"]
|
||||
image: mysql:${MYSQL_VERSION}
|
||||
command: --transaction-isolation='READ-COMMITTED'
|
||||
command: ${MYSQL_PARAMS}
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=alfresco
|
||||
- MYSQL_USER=alfresco
|
||||
|
Reference in New Issue
Block a user