From e143d46ad6177e4a6e6d7dd351da9182dcadd73c Mon Sep 17 00:00:00 2001 From: andrej Date: Mon, 11 May 2026 15:04:09 +0000 Subject: [PATCH] Update .gitea/workflows/sonar.yml --- .gitea/workflows/sonar.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/sonar.yml b/.gitea/workflows/sonar.yml index 7cee00e..fce61ed 100644 --- a/.gitea/workflows/sonar.yml +++ b/.gitea/workflows/sonar.yml @@ -1,4 +1,3 @@ - name: SonarQube Analysis on: @@ -124,7 +123,7 @@ jobs: echo "SCAN_TOKEN=${SCAN_TOKEN}" >> "$GITHUB_ENV" - name: Install dependencies and test run: | - npm ci + npm install npm run test:cov - name: SonarQube analysis