fixing CI.

This commit is contained in:
Jason Kulatunga 2022-10-14 09:09:16 -07:00
parent 7dd6cfe486
commit 22713835ef
1 changed files with 5 additions and 0 deletions

View File

@ -46,3 +46,8 @@ frontend-test: frontend-dep
# reduce logging, disable angular-cli analytics for ci environment
frontend-test-coverage: frontend-dep
cd frontend && npx ng test --watch=false --code-coverage
.PHONY: frontend-test-coverage-ci
# reduce logging, disable angular-cli analytics for ci environment
frontend-test-coverage-ci: frontend-dep
cd frontend && npx ng test --watch=false --code-coverage --browsers=ChromeHeadless