Skip to content

Commit

Permalink
Update Playwright admin workflow to use correct MySQL native password…
Browse files Browse the repository at this point in the history
… flag

In the Playwright admin GitHub Actions workflow the MySQL container configuration has been updated. The --default-authentication-pluginmysql_native_password flag has been replaced with
  • Loading branch information
ryota-murakami committed Nov 21, 2024
1 parent 7913d77 commit 3d4d2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
--health-interval=10s
--health-timeout=5s
--health-retries=3
--default-authentication-plugin=mysql_native_password
--mysql-native-password=ON
--character-set-server=utf8mb4
--collation-server=utf8mb4_unicode_ci
env:
Expand Down

0 comments on commit 3d4d2ab

Please sign in to comment.