Check no missing migrations in django-tests workflow

This commit is contained in:
Adeodato Simó 2023-11-13 19:40:43 -03:00
parent ddf94f8714
commit a884825b3c
No known key found for this signature in database
GPG key ID: CDF447845F1A986F

View file

@ -32,6 +32,15 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Check migrations up-to-date
run: |
python ./manage.py makemigrations --check
env:
SECRET_KEY: beepbeep
DOMAIN: your.domain.here
EMAIL_HOST: ""
EMAIL_HOST_USER: ""
EMAIL_HOST_PASSWORD: ""
- name: Run Tests
env:
SECRET_KEY: beepbeep