Skip to content

Commit a0abcb9

Browse files
committed
chore: try working around flakiness
1 parent 1e3b38a commit a0abcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: "Run check on build-logic subproject"
4040
run: "./gradlew :build-logic:check --no-configuration-cache"
4141
- name: "Run check on project"
42-
run: "./gradlew check"
42+
run: "./gradlew generateUsage && ./gradlew check"
4343
- name: "junit result"
4444
uses: "mikepenz/action-junit-report@v4"
4545
if: "always()"

0 commit comments

Comments
 (0)