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 08e708a commit 0827ee7Copy full SHA for 0827ee7
.github/workflows/coverage.yml
@@ -34,7 +34,7 @@ jobs:
34
cache: 'maven'
35
36
- name: Build and test accessors-smart with coverage
37
- run: cd accessors-smart && ./mvnw -q clean test
+ run: cd accessors-smart && ./mvnw -q clean install
38
39
- name: Build and test json-smart with coverage
40
run: cd json-smart && ./mvnw -q clean test
0 commit comments