We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864842d commit 37d4766Copy full SHA for 37d4766
.github/workflows/gradle.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: "🛠 Build with Gradle"
70
id: gradle
71
run: |
72
- ./gradlew jacocoReport check --no-daemon --continue
+ ./gradlew check jacocoReport --no-daemon --continue
73
74
- name: "🔎 Run static analysis"
75
if: env.SONAR_TOKEN != '' && matrix.java == '21'
0 commit comments