mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-14 18:12:35 +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
|
||||
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 DATABASE django_test; CREATE DATABASE django_other;"
|
||||
mysql -uroot -proot -e "CREATE DATABASE django_default; CREATE DATABASE django_other;"
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
Reference in New Issue
Block a user