Skip to content

Commit

Permalink
Merge pull request objectionary#2874 from c71n93/2251-fixing-sonar
Browse files Browse the repository at this point in the history
Trying to fix Sonar checks
  • Loading branch information
yegor256 committed Feb 17, 2024
2 parents b7423b0 + 04822dc commit 77c3757
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
paths-ignore: [ 'paper/**', 'sandbox/**' ]
concurrency:
group: sonar-${{ github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -35,4 +39,4 @@ jobs:
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn --batch-mode -DskipTests -Dinvoker.skip verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.qualitygate.wait=true
run: mvn --batch-mode install -Dinvoker.skip org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Pjacoco -Dsonar.qualitygate.wait=true

0 comments on commit 77c3757

Please sign in to comment.