mirror of
https://github.com/gradle/actions.git
synced 2026-03-22 12:05:48 +08:00
Try without cache cleanup
This commit is contained in:
@@ -40,6 +40,7 @@ jobs:
|
|||||||
uses: ./setup-gradle
|
uses: ./setup-gradle
|
||||||
with:
|
with:
|
||||||
cache-read-only: false # For testing, allow writing cache entries on non-default branches
|
cache-read-only: false # For testing, allow writing cache entries on non-default branches
|
||||||
|
cache-cleanup: 'never'
|
||||||
- name: Build with 3.1
|
- name: Build with 3.1
|
||||||
working-directory: .github/workflow-samples/cache-cleanup
|
working-directory: .github/workflow-samples/cache-cleanup
|
||||||
run: ./gradlew --no-daemon --build-cache -Dcommons_math3_version="3.1" build
|
run: ./gradlew --no-daemon --build-cache -Dcommons_math3_version="3.1" build
|
||||||
|
|||||||
Reference in New Issue
Block a user