mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
mabe migrate first
This commit is contained in:
parent
d3a4aede29
commit
56d198edb5
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
|
||||
|
Loading…
Reference in New Issue
Block a user