Skip to content

Commit

Permalink
Update car-demo-updated-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech authored Jan 30, 2024
1 parent 5e868a1 commit cec56b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/car-demo-updated-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cec56b6

Please sign in to comment.