Skip to content

Commit

Permalink
No need for mysql_native_password anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed May 2, 2024
1 parent a7fcde9 commit df722a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- "3306:3306"
options: >-
--health-cmd "mysqladmin ping --silent"
-e MYSQL_ALLOW_EMPTY_PASSWORD=true
--entrypoint sh mysql:8 -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password"
env:
MYSQL_ALLOW_EMPTY_PASSWORD: true

steps:
- name: Checkout
Expand Down

0 comments on commit df722a2

Please sign in to comment.