feat(GODT-2788): Add preview to bug report validation.

This commit is contained in:
Romain Le Jeune
2023-08-09 11:39:08 +00:00
parent 9d0d3708af
commit e8ce8942be
3 changed files with 41 additions and 0 deletions

View File

@ -310,6 +310,9 @@ lint-golang:
lint-bug-report:
python3 utils/validate_bug_report_file.py --file "internal/frontend/bridge-gui/bridge-gui/qml/Resources/bug_report_flow.json"
lint-bug-report-preview:
python3 utils/validate_bug_report_file.py --file "internal/frontend/bridge-gui/bridge-gui/qml/Resources/bug_report_flow.json" --preview
gobinsec: gobinsec-cache.yml build
gobinsec -wait -cache -config utils/gobinsec_conf.yml ${EXE_TARGET} ${DEPLOY_DIR}/${TARGET_OS}/${LAUNCHER_EXE}