Skip to content

Commit

Permalink
#118 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 2, 2024
1 parent 71dccc9 commit 0f523d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
run: mvn --batch-mode verify -Pjacoco -Dinvoker.skip
run: mvn --batch-mode verify -Psonar -Dinvoker.skip -Dsonar.qualitygate.wait=true
- run: mvn --batch-mode verify -Pjacoco -Dinvoker.skip
- run: mvn --batch-mode verify -Psonar -Dinvoker.skip -Dsonar.qualitygate.wait=true

0 comments on commit 0f523d0

Please sign in to comment.