From 883f65a4f7c3547e7ada415f91b384756d4848e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Fri, 24 Oct 2025 13:52:02 +0200 Subject: [PATCH] #9 Active Storage - GitHub workflow --- .github/workflows/rubyonrails.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index ff4c1a92..e0364d48 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -45,7 +45,7 @@ jobs: sql2: CREATE USER 'redmine'@'localhost' IDENTIFIED BY 'redmine'; sql3: GRANT ALL PRIVILEGES ON test.* TO 'redmine'@'localhost'; # SQL client command - database_command: mysql -u root -p root -e + database_command: mysql -uroot -proot -e # SQL service database_service: mysql - engine: postgresql