Skip to content

Commit

Permalink
🔧 chore(Project): Test configuration to execute sonar validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian45 committed Feb 20, 2025
1 parent 554041e commit 5f804da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonartest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=CCAFS_MARLO -Dsonar.organization=alliancebioversityciat -Dsonar.java.binaries=target/classes
run: mvn org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=CCAFS_MARLO -Dsonar.organization=ccafs -Dsonar.java.binaries=target/classes

0 comments on commit 5f804da

Please # to comment.