Skip to content

Commit

Permalink
Merge pull request #2058 from ozangunalp/fix_sonar_job_failure
Browse files Browse the repository at this point in the history
Skip revapi check on Sonar job
  • Loading branch information
ozangunalp authored Jan 24, 2023
2 parents 45dcf11 + f2e812d commit b0f1fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-main-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
run: |
mvn -s .github/ci-maven-settings.xml -B \
clean install sonar:sonar -Pcoverage \
-Drevapi.skip=true \
-Dsonar.projectKey=smallrye_smallrye-reactive-messaging \
-Dsonar.projectName="SmallRye Reactive Messaging" \
-Dsonar.organization=smallrye \
Expand Down

0 comments on commit b0f1fb5

Please sign in to comment.