Update test.yaml
Some checks failed
Tests / Run Go Tests (push) Has been cancelled

This commit is contained in:
2025-10-07 16:06:49 +02:00
parent 94c7c8a36e
commit c9c2d801b0

View File

@@ -59,6 +59,10 @@ jobs:
env: env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
with:
projectBaseDir: app/src
args: >
-Dsonar.projectVersion=${{ gitea.sha }}
- uses: SonarSource/sonarqube-quality-gate-action@v1 - uses: SonarSource/sonarqube-quality-gate-action@v1
timeout-minutes: 5 timeout-minutes: 5
env: env: