From cec56b66e214b5bb7257dde947d4c5233819d90f Mon Sep 17 00:00:00 2001 From: abidknashtech <127501072+abidknashtech@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:19:35 +0530 Subject: [PATCH] Update car-demo-updated-pipeline.yml --- .github/workflows/car-demo-updated-pipeline.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/car-demo-updated-pipeline.yml b/.github/workflows/car-demo-updated-pipeline.yml index 92b3b68..3d112ce 100644 --- a/.github/workflows/car-demo-updated-pipeline.yml +++ b/.github/workflows/car-demo-updated-pipeline.yml @@ -31,7 +31,10 @@ jobs: if [ "$repo" == "car-ui" ]; then # Angular-specific commands npm install - + + # Run tests and generate code coverage reports + npm run test -- --coverage + # Install SonarScanner for Node.js npm install -g sonarqube-scanner