From 22350142fce1b52fe434d15d370f97b2d43b746e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Tr=C3=B6ger?= Date: Tue, 7 Oct 2025 16:20:23 +0200 Subject: [PATCH] Update test.yaml --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index f71f3a5..f37d3f8 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -68,4 +68,4 @@ jobs: env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: - projectBaseDir: Backend + scanMetadataReportFile: Backend/.scannerwork/report-task.txt