ci: Add new check-node-fixtures tool to CI.

This tool only takes a couple seconds to run,
so it's pretty low risk to add to CI.
This commit is contained in:
Steve Howell
2020-07-26 07:13:16 +00:00
committed by Tim Abbott
parent f9808d0c15
commit da8691d7d7
2 changed files with 4 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ run ./tools/test-api
# ci/frontend
run ./tools/lint --groups=frontend $FORCEARG
run ./tools/test-js-with-node
run ./tools/check-node-fixtures
run ./manage.py makemessages --locale en
run env PYTHONWARNINGS=ignore ./tools/check-capitalization --no-generate
run env PYTHONWARNINGS=ignore ./tools/check-frontend-i18n --no-generate