Skip to content

Commit 574a1ce

Browse files
committed
Disable build cache since Github Action runners fail with 'no space left on device'
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent 1eec0f1 commit 574a1ce

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/precommit.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
with:
1616
java-version: 11
1717
distribution: temurin
18-
cache: gradle
1918
- name: Run Gradle (precommit)
2019
run: |
21-
./gradlew javadoc precommit --parallel
20+
./gradlew javadoc precommit --parallel --no-build-cache
2221
- name: Setup docker (missing on MacOS)
2322
if: runner.os == 'macos'
2423
run: |
@@ -27,4 +26,4 @@ jobs:
2726
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
2827
- name: Run Gradle (assemble)
2928
run: |
30-
./gradlew assemble --parallel
29+
./gradlew assemble --parallel --no-build-cache

0 commit comments

Comments
 (0)