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 f390c92 commit e4a150cCopy full SHA for e4a150c
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Gradle cache
27
uses: gradle/gradle-build-action@v2
28
- name: Build
29
- run: ./gradlew clean build -PciApiLevel=${{ matrix.api-level }} --stacktrace
+ run: ./gradlew build -PciApiLevel=${{ matrix.api-level }} --stacktrace
30
- name: Report Detekt results
31
uses: github/codeql-action/upload-sarif@v2
32
with:
0 commit comments