From 0ad65b37f2a4ce7982d10cf4a941f9a2929f65d2 Mon Sep 17 00:00:00 2001 From: crispengari <59051957+CrispenGari@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:51:19 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2bdb89..e1cc5b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,10 +25,8 @@ jobs: mysql: image: mysql env: - MYSQL_ROOT_PASSWORD: root - MYSQL_DATABASE: test - MYSQL_USER: root - MYSQL_PASSWORD: root + MYSQL_DATABASE: testdb + MYSQL_ROOT_PASSWORD: testrootpass options: --health-cmd "mysqladmin ping" --health-interval 10s --health-timeout 5s --health-retries 5 ports: - 3306:3306