Skip to content

Commit

Permalink
ci: fixed Sonar verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
v1nc3n4 committed Jun 14, 2024
1 parent d2eb93a commit a60fc4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-14, windows-2022]
os: [ubuntu-22.04]

steps:
- name: Init Ubuntu environment
Expand Down Expand Up @@ -89,4 +89,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew :plugin:sonar --console=plain -Dorg.gradle.jvmargs=-Xmx512m -Dsonar.verbose=true
run: ./gradlew :plugin:sonar --console=plain -Dorg.gradle.jvmargs=-Xmx512m -i

0 comments on commit a60fc4b

Please sign in to comment.