We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a97a86 commit 1fad09fCopy full SHA for 1fad09f
.github/workflows/install.yml
@@ -48,9 +48,9 @@ jobs:
48
49
- name: Create database and user
50
run: |
51
- mysql -e "CREATE DATABASE IF NOT EXISTS liberu_testing;" -uroot -proot
+ mysql -e "CREATE DATABASE IF NOT EXISTS liberu_ecommerce_testing;" -uroot -proot
52
mysql -e "CREATE USER IF NOT EXISTS 'liberu'@'%' IDENTIFIED WITH mysql_native_password BY 'secret';" -uroot -proot
53
- mysql -e "GRANT ALL PRIVILEGES ON liberu_testing.* TO 'liberu'@'%'; FLUSH PRIVILEGES;" -uroot -proot
+ mysql -e "GRANT ALL PRIVILEGES ON liberu_ecommerce_testing.* TO 'liberu'@'%'; FLUSH PRIVILEGES;" -uroot -proot
54
55
- name: Copy environment file
56
run: cp .env.testing .env
0 commit comments