Update .gitea/workflows/sonar.yml
All checks were successful
Integration Test / Unit Tests + Container Smoke (pull_request) Successful in 5m19s
Build and Push to ACR / Build and Push (push) Successful in 1m21s
Integration Test / Platform Conformance (pull_request) Successful in 3s
SonarQube Analysis / Build, Test & Analyse (pull_request) Successful in 2m27s
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) All checks passed

This commit is contained in:
2026-05-11 15:04:09 +00:00
parent a9196c3dd7
commit e143d46ad6

View File

@@ -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