Skip to content

Commit

Permalink
Move --socket config
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Dec 19, 2023
1 parent 638e077 commit 18e792d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reusable-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,7 @@ jobs:
--health-interval=30s
--health-timeout=10s
--health-retries=5
--socket=/var/run/mysqld/mysqld.sock
--entrypoint sh mysql:${{ matrix.mysql }} -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password"
--entrypoint sh mysql:${{ matrix.mysql }} -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password --socket=/var/run/mysqld/mysqld.sock"
steps:
- name: Check out source code
Expand Down

0 comments on commit 18e792d

Please sign in to comment.