From dd1cfa677f417c63bf542229a278765a333982e3 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Thu, 27 May 2021 12:08:47 +0200 Subject: [PATCH] mysql test --- .github/workflows/integration-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index a96982cb..4085de56 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -36,8 +36,8 @@ jobs: mysql: image: mysql - options: >- - --default-authentication-plugin=mysql_native_password + # options: >- + # --default-authentication-plugin=mysql_native_password ports: - 15001:3306 env: