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 1e3b38a commit a0abcb9Copy full SHA for a0abcb9
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: "Run check on build-logic subproject"
40
run: "./gradlew :build-logic:check --no-configuration-cache"
41
- name: "Run check on project"
42
- run: "./gradlew check"
+ run: "./gradlew generateUsage && ./gradlew check"
43
- name: "junit result"
44
uses: "mikepenz/action-junit-report@v4"
45
if: "always()"
0 commit comments