2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-03 13:58:47 +00:00

CI file fixes

This commit is contained in:
Oliver Walters 2021-04-21 12:37:20 +10:00
parent a1e835e01b
commit 096403b429

View File

@ -43,7 +43,6 @@ jobs:
invoke migrate invoke migrate
invoke import-records -f data.json invoke import-records -f data.json
- name: Test Translations - name: Test Translations
# This will test both the translation and collectstatic functions
run: invoke translate run: invoke translate
- name: Check Migration Files - name: Check Migration Files
run: python3 ci/check_migration_files.py run: python3 ci/check_migration_files.py