fix db name

This commit is contained in:
Matthias 2021-12-03 01:27:33 +01:00
parent 7e3be4a496
commit e31cf45cbc
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -193,7 +193,7 @@ jobs:
invoke migrate
invoke import-fixtures
invoke export-records -f data.json
rm ${{ env.INVENTREE_DB_NAME }}.sqlite
rm inventree.sqlite
invoke migrate
invoke import-records -f data.json
invoke import-records -f data.json