Fixes #7202: Verify integrity of bundled assets in CI

This commit is contained in:
thatmattlove
2021-09-07 16:20:36 -07:00
parent 4a13ee6f40
commit 9d99ede024
3 changed files with 45 additions and 0 deletions

View File

@@ -58,6 +58,9 @@ jobs:
- name: Check UI ESLint, TypeScript, and Prettier Compliance
run: yarn --cwd netbox/project-static validate
- name: Validate Static Asset Integrity
run: scripts/verify-bundles.sh
- name: Run tests
run: coverage run --source="netbox/" netbox/manage.py test netbox/