2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

[CI] DB Migration Checks (#6517)

* Update imports

- Help prevent circular imports

* Run migration checks against 0.13.5
This commit is contained in:
Oliver
2024-02-19 17:30:40 +11:00
committed by GitHub
parent 3a52a1631d
commit ed95cf2a8f
2 changed files with 11 additions and 1 deletions

View File

@ -446,6 +446,13 @@ jobs:
chmod +rw /home/runner/work/InvenTree/db.sqlite3
invoke migrate
- name: 0.13.5 Database
run: |
rm /home/runner/work/InvenTree/db.sqlite3
cp test-db/stable_0.13.5.sqlite3 /home/runner/work/InvenTree/db.sqlite3
chmod +rw /home/runner/work/InvenTree/db.sqlite3
invoke migrate
platform_ui:
name: Tests - Platform UI
runs-on: ubuntu-20.04