mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-16 12:27:03 +08:00
CI: Fix Django test (#606)
This commit is contained in:
2
.github/workflows/django.yaml
vendored
2
.github/workflows/django.yaml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
sudo systemctl start mysql.service
|
sudo systemctl start mysql.service
|
||||||
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -uroot -proot mysql
|
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -uroot -proot mysql
|
||||||
mysql -uroot -proot -e "CREATE USER 'scott'@'%' IDENTIFIED BY 'tiger'; GRANT ALL ON *.* TO scott;"
|
mysql -uroot -proot -e "CREATE USER 'scott'@'%' IDENTIFIED BY 'tiger'; GRANT ALL ON *.* TO scott;"
|
||||||
mysql -uroot -proot -e "CREATE DATABASE django_test; CREATE DATABASE django_other;"
|
mysql -uroot -proot -e "CREATE DATABASE django_default; CREATE DATABASE django_other;"
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user