Skip to content

Commit

Permalink
[MOSIP-37805] Tetsing push-trigger to show both modules in sonar cloud
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh.Binayak <[email protected]>
  • Loading branch information
Mahesh-Binayak committed Nov 25, 2024
1 parent 691d784 commit 698c66f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
sonar_analysis:
needs: build-maven-pre-registration
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master-java21
uses: mosip/kattu/.github/workflows/maven-sonar-analysis-new.yml@master-java21
with:
SERVICE_LOCATION: ./pre-registration
secrets:
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
sonar_analysis_apitest_prereg:
needs: build-maven-apitest-prereg
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master-java21
uses: mosip/kattu/.github/workflows/maven-sonar-analysis-new.yml@master-java21
with:
SERVICE_LOCATION: ./api-test
secrets:
Expand Down

0 comments on commit 698c66f

Please sign in to comment.