Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Drozdowski committed Sep 18, 2023
2 parents 1136036 + ba6846d commit 4401e41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sonarcloud.yml
Expand Up @@ -97,5 +97,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
mvn -B package -DskipTests=true
mvn -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Pcoverage -Dsonar.projectKey=bogdro_fronsetia -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=bogdro
mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=bogdro_fronsetia -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=bogdro

0 comments on commit 4401e41

Please sign in to comment.