From 048cdc3e69b5124299f3acd978d1fb510b7c35cc Mon Sep 17 00:00:00 2001 From: liviu Date: Fri, 5 Dec 2025 17:08:40 +0100 Subject: [PATCH] Update .github/workflows/sonar.yml --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index a4228de..4fec354 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -27,7 +27,7 @@ jobs: run: npm ci - name: Run tests and generate coverage run: npm run coverage - continue-on-error: true + # continue-on-error: true env: CI: true #- name: SonarQube Scan