diff --git a/.github/workflows/tests_unit.yml b/.github/workflows/tests_unit.yml index 63cab6587c35..0e2d79f606a0 100644 --- a/.github/workflows/tests_unit.yml +++ b/.github/workflows/tests_unit.yml @@ -67,8 +67,9 @@ jobs: # Comment this and the with: above out for performance testing on a branch cache-read-only: ${{ github.ref != 'refs/heads/main' }} gradle-home-cache-cleanup: true - # Windows runner currently having cache pollution issues, disable cache for the platform - cache-disabled: ${{ contains(matrix.os, 'windows') }} + # All runners have cache pollution issues, disable all caches + # https://github.com/gradle/actions/issues/47 + cache-disabled: true - name: Clear Caches Optionally if: "${{ github.event.inputs.clearCaches != '' }}"