Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoEspincho authored Sep 9, 2024
1 parent 6513a64 commit 1bd5453
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
with:
java-version: '17'
distribution: 'adopt'
- name: Build
run: mvn -B -U package
- name: Build and Sonar
run: mvn -B -U verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=etat-de-geneve-github -Dsonar.projectKey=republique-et-canton-de-geneve_nexus-rm-management
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 1bd5453

Please sign in to comment.