From 514a6f3caee3697a7baf76a8a26ffe38a854e73c Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Thu, 18 Mar 2021 08:24:20 +0100 Subject: [PATCH] Try to fix mysql - try user name --- .github/workflows/tests_with_mysql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_with_mysql.yml b/.github/workflows/tests_with_mysql.yml index 5c0a8e4..7702c5f 100644 --- a/.github/workflows/tests_with_mysql.yml +++ b/.github/workflows/tests_with_mysql.yml @@ -20,8 +20,8 @@ jobs: mysql: image: mysql:8.0 env: - MYSQL_DATABASE: redmine MYSQL_USER: root + MYSQL_ROOT_PASSWORD: 'BestPasswordEver' MYSQL_PASSWORD: 'BestPasswordEver' ports: # will assign a random free host port