Skip to content

Commit

Permalink
Fix MySQL entrypoint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed May 10, 2024
1 parent 4bc779a commit 21eb83b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- "highest"
job:
- Tests
# https://stackoverflow.com/questions/60902904/how-to-pass-mysql-native-password-to-mysql-service-in-github-actions
# https://stackoverflow.com/questions/78445419/unknown-variable-default-authentication-plugin-mysql-native-password
custom-entrypoint:
- --entrypoint sh mysql:8 -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password"
- --entrypoint sh mysql:8 -c "exec docker-entrypoint.sh mysqld --mysql-native-password=ON"
include:
- php-version: "7.4"
mysql-version: "8.0"
Expand Down

0 comments on commit 21eb83b

Please sign in to comment.