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 11150b2 commit afacf62Copy full SHA for afacf62
.github/workflows/ci.yml
@@ -21,4 +21,4 @@ jobs:
21
java-version: "${{ matrix.java-version }}"
22
distribution: "adopt"
23
- name: Build & Test
24
- run: mvn --batch-mode --update-snapshots verify
+ run: ./gradlew jacocoTestReport test
0 commit comments