From a6e435767ba73005c1870745616cd472b178d025 Mon Sep 17 00:00:00 2001 From: Kuldeep <76957624+Kuldeep-knoldus@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:09:28 +0000 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d1bce66..d41ba51 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,10 +24,5 @@ jobs: - name: Build with Maven run: mvn -B package --file Blogs_Analyzer/pom.xml - name: SonarCloud Scan - run: | - cat projects-changes-deploy.txt | while read repo; do - echo "Processing repository: $repo" - cd $repo - mvn clean verify -Psonar - cd .. - done + run: mvn -B clean verify -Psonar --file Blogs_Analyzer/pom.xml +