Skip to content

Commit cbd894c

Browse files
authored
CI: Fix django workflow (#597)
1 parent b7255d3 commit cbd894c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/django.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +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;"
1516
1617
- uses: actions/checkout@v3
1718

0 commit comments

Comments
 (0)