Update .gitea/workflows/sonar-scan.yaml
Some checks failed
Build / Build and analyze (push) Failing after 2m24s
Build and Push to ACR / Build and Push (push) Successful in 6m26s

This commit is contained in:
2026-04-13 12:48:23 +00:00
parent f2ad20b92d
commit fa83536954

View File

@@ -28,6 +28,9 @@ jobs:
java-version: 17
cache: maven
- name: Make Maven wrapper executable
run: chmod +x mvnw
- name: Build and analyze
run: ./mvnw -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=demo-platform
env: