fixing CI.
This commit is contained in:
parent
7dd6cfe486
commit
22713835ef
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue