#9 Active Storage - GitHub workflow
This commit is contained in:
parent
f5b5c5daa7
commit
883f65a4f7
2
.github/workflows/rubyonrails.yml
vendored
2
.github/workflows/rubyonrails.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
sql2: CREATE USER 'redmine'@'localhost' IDENTIFIED BY 'redmine';
|
sql2: CREATE USER 'redmine'@'localhost' IDENTIFIED BY 'redmine';
|
||||||
sql3: GRANT ALL PRIVILEGES ON test.* TO 'redmine'@'localhost';
|
sql3: GRANT ALL PRIVILEGES ON test.* TO 'redmine'@'localhost';
|
||||||
# SQL client command
|
# SQL client command
|
||||||
database_command: mysql -u root -p root -e
|
database_command: mysql -uroot -proot -e
|
||||||
# SQL service
|
# SQL service
|
||||||
database_service: mysql
|
database_service: mysql
|
||||||
- engine: postgresql
|
- engine: postgresql
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user