Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:
- name: "🛠 Build with Gradle"
id: gradle
run: |
./gradlew check --no-daemon --continue
./gradlew jacocoReport check --no-daemon --continue

- name: "🔎 Run static analysis"
if: env.SONAR_TOKEN != '' && matrix.java == '17'
run: |
./gradlew sonar
./gradlew sonar --no-parallel --continue

- name: "📊 Publish Test Report"
if: always()
Expand Down