Skip to content

Commit

Permalink
Compile project before running sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlehn authored May 27, 2024
1 parent dbe916d commit 3e6f141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report-sonar-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
mvn --batch-mode sonar:sonar \
mvn --batch-mode -DskipTests compile sonar:sonar \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.organization=ehrbase \
-Dsonar.projectKey=ehrbase_openEHR_SDK \
Expand Down

0 comments on commit 3e6f141

Please sign in to comment.