From 1a8015f194d25c304df9a53903063526d663d208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Dalmolin?= <luis.nh@gmail.com> Date: Tue, 22 Oct 2024 08:02:19 -0300 Subject: [PATCH] Removed command --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 027f01e..b87c0a7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,8 +17,8 @@ jobs: MYSQL_DATABASE: laravel ports: - 3306:3306 - options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 - command: --default-authentication-plugin=mysql_native_password + options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 --loose-default-authentication-plugin=mysql_native_password + strategy: fail-fast: true