Skip to content

Commit 188af0f

Browse files
committed
Add default authentication plugin option
1 parent c7bd143 commit 188af0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
MYSQL_ROOT_PASSWORD: root
111111
ports:
112112
- 3306
113-
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
113+
options: --default-authentication-plugin="mysql_native_password" --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
114114

115115
steps:
116116
- name: Check out source code

0 commit comments

Comments
 (0)