2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 03:56:43 +00:00

Fix proper good

This commit is contained in:
Oliver Walters 2021-04-21 12:57:54 +10:00
parent 096403b429
commit 043d929dbb

View File

@ -43,7 +43,7 @@ jobs:
invoke migrate
invoke import-records -f data.json
- name: Test Translations
run: invoke translate
run: invoke translate
- name: Check Migration Files
run: python3 ci/check_migration_files.py
- name: Upload Coverage Report