Skip to content

Commit

Permalink
setup can cover the slow query table creation
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote committed Oct 18, 2023
1 parent 2d4c60c commit 68ea9f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ jobs:
run: |
mysql -h127.0.0.1 -uroot -e "CREATE DATABASE archery CHARSET UTF8MB4;"
mysql -h127.0.0.1 -uroot -e "DROP DATABASE IF EXISTS test_archery;CREATE DATABASE test_archery CHARSET UTF8MB4;"
mysql -h127.0.0.1 -uroot test_archery<src/init_sql/mysql_slow_query_review.sql
- name: Run Tests
run: |
python manage.py makemigrations
Expand Down

0 comments on commit 68ea9f3

Please sign in to comment.