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