Skip to content

Commit 44d0f7a

Browse files
authored
CI: Fix Django test (#606)
1 parent 62f0645 commit 44d0f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
sudo systemctl start mysql.service
1313
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -uroot -proot mysql
1414
mysql -uroot -proot -e "CREATE USER 'scott'@'%' IDENTIFIED BY 'tiger'; GRANT ALL ON *.* TO scott;"
15-
mysql -uroot -proot -e "CREATE DATABASE django_test; CREATE DATABASE django_other;"
15+
mysql -uroot -proot -e "CREATE DATABASE django_default; CREATE DATABASE django_other;"
1616
1717
- uses: actions/checkout@v3
1818

0 commit comments

Comments
 (0)