From 5ae8a3774802b25d93aed5df9346487d07570790 Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Sat, 13 Dec 2025 12:06:43 +0100 Subject: [PATCH] Commented CI --- .github/workflows/sonar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 1413193..318de93 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -32,8 +32,8 @@ jobs: - name: Run tests and generate coverage run: npm run coverage # continue-on-error: true - env: - CI: true + # env: + # CI: true - name: Build site env: NITRO_PRESET: node_cluster