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 549e33b commit 3a7e5a8Copy full SHA for 3a7e5a8
.github/workflows/ci.yml
@@ -34,8 +34,6 @@ jobs:
34
uses: "gradle/actions/setup-gradle@v4"
35
- name: "Run check on build-logic subproject"
36
run: "./gradlew :build-logic:check --no-configuration-cache"
37
- - name: "Make sure usage files are up to date"
38
- run: "./gradlew generateUsage"
39
- name: "Run check on project"
40
run: "./gradlew check"
41
- name: "junit result"
0 commit comments