We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bd143 commit 188af0fCopy full SHA for 188af0f
.github/workflows/testing.yml
@@ -110,7 +110,7 @@ jobs:
110
MYSQL_ROOT_PASSWORD: root
111
ports:
112
- 3306
113
- options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
+ options: --default-authentication-plugin="mysql_native_password" --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
114
115
steps:
116
- name: Check out source code
0 commit comments