From a20b784a3ee6890d0253768e1dad713ffae18712 Mon Sep 17 00:00:00 2001 From: Sean Sylver Date: Tue, 17 Sep 2024 19:51:27 -0700 Subject: [PATCH 1/2] Test sonar --- .github/workflows/sonarscan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarscan.yml b/.github/workflows/sonarscan.yml index 0c49e47c..24537211 100644 --- a/.github/workflows/sonarscan.yml +++ b/.github/workflows/sonarscan.yml @@ -33,7 +33,7 @@ jobs: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - - name: Build and analyze + - name: Build and analyze env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} From 9b41c3f8285533d008872b10d70a9c98bc2358b3 Mon Sep 17 00:00:00 2001 From: Sean Sylver Date: Wed, 18 Sep 2024 08:56:39 -0700 Subject: [PATCH 2/2] Move sonar.tests to wfnews-api --- server/wfprev-api/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/server/wfprev-api/pom.xml b/server/wfprev-api/pom.xml index ed2d79e4..fd4ee343 100644 --- a/server/wfprev-api/pom.xml +++ b/server/wfprev-api/pom.xml @@ -30,6 +30,7 @@ 17 + src/test