Skip to content

Commit

Permalink
Merge pull request #273 from AxonFramework/feature/fix-sonar
Browse files Browse the repository at this point in the history
Fix sonar build in PRs
  • Loading branch information
CodeDrivenMitch committed Apr 20, 2022
2 parents 831dbe0 + 0ae0df2 commit ab713c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Sonar Analysis
if: ${{ success() && matrix.sonar-enabled && github.event.pull_request.head.repo.full_name == github.repository }}
run: |
./mvnw -B sonar:sonar \
./mvnw -B sonar:sonar \
-Dsonar.projectKey=AxonFramework_extension-tracing \
-Dsonar.organization=axonframework \
-Dsonar.host.url=https://sonarcloud.io \
Expand Down

0 comments on commit ab713c0

Please sign in to comment.