mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
mabe migrate first
This commit is contained in:
4
.github/workflows/mysql.yaml
vendored
4
.github/workflows/mysql.yaml
vendored
@ -55,7 +55,9 @@ jobs:
|
||||
pip3 install mysqlclient
|
||||
invoke install
|
||||
- name: Run Tests
|
||||
run: invoke test
|
||||
run: |
|
||||
invoke migrate
|
||||
invoke test
|
||||
- name: Data Import Export
|
||||
run: |
|
||||
invoke migrate
|
||||
|
Reference in New Issue
Block a user