We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf63e7e commit 52bdf25Copy full SHA for 52bdf25
.github/workflows/django.yml
@@ -81,6 +81,8 @@ jobs:
81
mysql -h127.0.0.1 -uroot -e "DROP DATABASE IF EXISTS test_archery;CREATE DATABASE test_archery CHARSET UTF8MB4;"
82
83
- name: Run Tests
84
+ env:
85
+ SECRET_KEY: XViQ1NfutP1RraqhHV3M3akMsB3JWZr9
86
run: |
87
python manage.py makemigrations
88
python manage.py makemigrations sql
0 commit comments