mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00
chore(ci): remove mysql_native_password in test container (#20400)
This commit is contained in:
parent
1b03d7e2c0
commit
28515f3338
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -295,7 +295,6 @@ jobs:
|
||||
MYSQL_USER: strapi
|
||||
MYSQL_PASSWORD: strapi
|
||||
MYSQL_DATABASE: strapi_test
|
||||
MYSQL_AUTHENTICATION_PLUGIN: mysql_native_password
|
||||
options: >-
|
||||
--health-cmd="mysqladmin ping"
|
||||
--health-interval=10s
|
||||
@ -450,7 +449,6 @@ jobs:
|
||||
MYSQL_USER: strapi
|
||||
MYSQL_PASSWORD: strapi
|
||||
MYSQL_DATABASE: strapi_test
|
||||
MYSQL_AUTHENTICATION_PLUGIN: mysql_native_password
|
||||
options: >-
|
||||
--health-cmd="mysqladmin ping"
|
||||
--health-interval=10s
|
||||
|
@ -16,7 +16,6 @@ services:
|
||||
mysql:
|
||||
image: mysql
|
||||
restart: always
|
||||
command: --default-authentication-plugin=mysql_native_password
|
||||
environment:
|
||||
MYSQL_DATABASE: strapi_test
|
||||
MYSQL_USER: strapi
|
||||
|
Loading…
x
Reference in New Issue
Block a user