From 18e792d27a51784a3c688fa28b1b5dcef5a664ac Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 19 Dec 2023 12:36:13 +0000 Subject: [PATCH] Move --socket config --- .github/workflows/reusable-testing.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/reusable-testing.yml b/.github/workflows/reusable-testing.yml index d6a36fe..706387e 100644 --- a/.github/workflows/reusable-testing.yml +++ b/.github/workflows/reusable-testing.yml @@ -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