From 74473a700349484681c87e88765c66d5ce8905f3 Mon Sep 17 00:00:00 2001 From: Joel Kociolek Date: Mon, 27 May 2024 17:33:15 +0300 Subject: [PATCH] chore: try to please github workflow --- .github/workflows/ash-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ash-ci.yml b/.github/workflows/ash-ci.yml index 6cc6a1b..856efeb 100644 --- a/.github/workflows/ash-ci.yml +++ b/.github/workflows/ash-ci.yml @@ -190,11 +190,7 @@ jobs: image: mysql:${{inputs.mysql-version}} env: MYSQL_ROOT_PASSWORD: root - options: >- - --health-cmd "mysqladmin ping" - --health-interval 10s - --health-timeout 5s - --health-retries 5 + options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=5 ports: - 3306:3306 steps: