Skip to content

Commit ea2f870

Browse files
committed
wip
1 parent 966377b commit ea2f870

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@ jobs:
1515
env:
1616
MYSQL_ALLOW_EMPTY_PASSWORD: yes
1717
MYSQL_DATABASE: laravel
18+
args: [
19+
"--default-authentication-plugin=mysql_native_password"
20+
]
1821
ports:
1922
- 3306:3306
2023
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
21-
entrypoint: [
22-
"docker-entrypoint.sh",
23-
"mysqld",
24-
"--default-authentication-plugin=mysql_native_password"
25-
]
2624

2725
strategy:
2826
fail-fast: true

0 commit comments

Comments
 (0)