CI file fixes
This commit is contained in:
parent
a1e835e01b
commit
096403b429
|
|
@ -43,7 +43,6 @@ jobs:
|
|||
invoke migrate
|
||||
invoke import-records -f data.json
|
||||
- name: Test Translations
|
||||
# This will test both the translation and collectstatic functions
|
||||
run: invoke translate
|
||||
- name: Check Migration Files
|
||||
run: python3 ci/check_migration_files.py
|
||||
|
|
|
|||
Loading…
Reference in New Issue