Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DjThunder authored Dec 22, 2023
1 parent ac0c8f9 commit 05406e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
if: matrix.os == 'ubuntu-latest'
uses: coactions/setup-xvfb@v1.0.1
with:
run: mvn clean install org.sonarsource.scanner.maven:sonar-maven-plugin:sonar --file sample-parent/pom.xml -U -Pall -Dsonar.organization=b3dgs -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=${{ secrets.SONAR_TOKEN }} -Dsonar.projectKey=b3dgs_sample-project
run: mvn clean install org.sonarsource.scanner.maven:sonar-maven-plugin:sonar --file sample-parent/pom.xml -U -Pall -Dsonar.organization=b3dgs -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=${{ secrets.SONAR_TOKEN }} -Dsonar.projectKey=b3dgs_sample-project

0 comments on commit 05406e8

Please sign in to comment.