mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
Script to check for unstaged migrations
This commit is contained in:
@ -15,7 +15,7 @@ before_install:
|
||||
- cd InvenTree && python3 manage.py createsuperuser --username InvenTreeAdmin --email admin@inventree.com --noinput && cd ..
|
||||
|
||||
script:
|
||||
- git ls-files --exclude-standard --others
|
||||
- python3 ci\check_migration_files.py
|
||||
- make coverage
|
||||
- make style
|
||||
|
||||
|
Reference in New Issue
Block a user