Skip to content

Commit afacf62

Browse files
Correct CI build and test command
1 parent 11150b2 commit afacf62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
java-version: "${{ matrix.java-version }}"
2222
distribution: "adopt"
2323
- name: Build & Test
24-
run: mvn --batch-mode --update-snapshots verify
24+
run: ./gradlew jacocoTestReport test

0 commit comments

Comments
 (0)