Skip to content

Commit c8a7fab

Browse files
committed
JetNews - disable build cache temporarily (CI)
1 parent defd4d1 commit c8a7fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/JetNews.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Build project and run local tests
4545
working-directory: ${{ env.SAMPLE_PATH }}
46-
run: ./gradlew spotlessCheck assembleDebug lintDebug testDebug --stacktrace
46+
run: ./gradlew spotlessCheck assembleDebug lintDebug testDebug --stacktrace --no-build-cache --rerun-tasks
4747

4848
- name: Upload build outputs (APKs)
4949
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)