Skip to content

Commit

Permalink
fix launch verify
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Nov 7, 2023
1 parent 14899a3 commit ffdb308
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/code_review_ms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
sparse-checkout: |
apps/onboarding-ms
libs/
- run: |
ls .
ls ./apps
ls ./apps/onboarding-ms
- name: Set up JDK 17
uses: actions/setup-java@v3
Expand All @@ -42,7 +37,7 @@ jobs:

- name: Build and analyze on Pull Requests
shell: bash
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
run: mvn --projects :onboarding-ms --also-make verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
-Dsonar.organization=pagopa
-Dsonar.projectKey=pagopa_selfcare-onboarding
-Dsonar.coverage.jacoco.xmlReportPaths=./target/jacoco-report/jacoco.xml
Expand All @@ -52,7 +47,6 @@ jobs:
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
-Dsonar.pullrequest.branch=${{ github.head_ref }}
-Dsonar.pullrequest.base=${{ github.base_ref }}
--file onboarding-ms/pom.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit ffdb308

Please sign in to comment.