Revert "Development: try separating sonar scan"

This reverts commit 68e0559053.
This commit is contained in:
shamoon
2025-09-24 14:38:13 -07:00
parent 68e0559053
commit b25b5abdb0
2 changed files with 6 additions and 130 deletions

View File

@@ -377,8 +377,8 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: cd src-ui && pnpm run build --configuration=production
prepare-sonar-coverage:
name: "Prepare Sonar Coverage Artifacts"
sonarqube-analysis:
name: "SonarQube Analysis"
runs-on: ubuntu-24.04
needs:
- tests-backend
@@ -441,6 +441,10 @@ jobs:
retention-days: 7
if-no-files-found: error
include-hidden-files: true
- name: SonarQube Analysis
uses: SonarSource/sonarqube-scan-action@v5
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
build-docker-image:
name: Build Docker image for ${{ github.ref_name }}
runs-on: ubuntu-24.04