From 22713835ef1c1ed1da75e488d288b07ab3e105f2 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Fri, 14 Oct 2022 09:09:16 -0700 Subject: [PATCH] fixing CI. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index a00e8edf..6dcaea4f 100644 --- a/Makefile +++ b/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