1 parent 43ece98 commit 145b3cbCopy full SHA for 145b3cb
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
cache: maven
36
37
- name: Build and verify with JaCoCo coverage gate
38
- run: mvn -B --no-transfer-progress clean verify
+ run: ./mvnw -B --no-transfer-progress clean verify
39
40
- name: Upload JaCoCo coverage report
41
if: always()
0 commit comments