1
0
Fork 0

Merge branch 'main' into pr-template

This commit is contained in:
Mouse Reeve 2024-07-27 11:48:48 -07:00 committed by GitHub
commit e41b27e5f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 84 additions and 23 deletions

View file

@ -48,7 +48,7 @@ jobs:
- name: Set up .env
run: cp .env.example .env
- name: Check migrations up-to-date
run: python ./manage.py makemigrations --check
run: python ./manage.py makemigrations --check -v 3
- name: Run Tests
run: pytest -n 3