Skip to content

Commit 37d4766

Browse files
Update common files (#465)
1 parent 864842d commit 37d4766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: "🛠 Build with Gradle"
7070
id: gradle
7171
run: |
72-
./gradlew jacocoReport check --no-daemon --continue
72+
./gradlew check jacocoReport --no-daemon --continue
7373
7474
- name: "🔎 Run static analysis"
7575
if: env.SONAR_TOKEN != '' && matrix.java == '21'

0 commit comments

Comments
 (0)