mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Make migrations before running script
This commit is contained in:
parent
e781202daa
commit
2986e995d1
@ -15,6 +15,7 @@ before_install:
|
||||
- cd InvenTree && python3 manage.py createsuperuser --username InvenTreeAdmin --email admin@inventree.com --noinput && cd ..
|
||||
|
||||
script:
|
||||
- cd InvenTree && python3 manage.py makemigrations && cd ..
|
||||
- python3 ci/check_migration_files.py
|
||||
- make coverage
|
||||
- make style
|
||||
|
Loading…
Reference in New Issue
Block a user