Skip to content

Commit

Permalink
Removed command
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdalmolin committed Oct 22, 2024
1 parent 7a5e8ee commit 966377b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
command: --default-authentication-plugin=mysql_native_password
entrypoint: [
"docker-entrypoint.sh",
"mysqld",
"--default-authentication-plugin=mysql_native_password"
]

strategy:
fail-fast: true
Expand Down

0 comments on commit 966377b

Please sign in to comment.