Skip to content

Commit e4a150c

Browse files
authored
Don't run clean builds on CI (#91)
to take advantage of the Gradle cache
1 parent f390c92 commit e4a150c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Gradle cache
2727
uses: gradle/gradle-build-action@v2
2828
- name: Build
29-
run: ./gradlew clean build -PciApiLevel=${{ matrix.api-level }} --stacktrace
29+
run: ./gradlew build -PciApiLevel=${{ matrix.api-level }} --stacktrace
3030
- name: Report Detekt results
3131
uses: github/codeql-action/upload-sarif@v2
3232
with:

0 commit comments

Comments
 (0)