Skip to content

Commit

Permalink
Disable build cache since Github Action runners fail with 'no space l…
Browse files Browse the repository at this point in the history
…eft on device'

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Oct 5, 2023
1 parent 1eec0f1 commit bb3c526
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
with:
java-version: 11
distribution: temurin
cache: gradle
- name: Run Gradle (precommit)
run: |
./gradlew javadoc precommit --parallel
# - name: Run Gradle (precommit)
# run: |
# ./gradlew javadoc precommit --parallel --no-build-cache
- name: Setup docker (missing on MacOS)
if: runner.os == 'macos'
run: |
Expand All @@ -27,4 +26,4 @@ jobs:
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
- name: Run Gradle (assemble)
run: |
./gradlew assemble --parallel
./gradlew assemble --parallel --no-build-cache

0 comments on commit bb3c526

Please sign in to comment.