mirror of
https://github.com/gradle/actions
synced 2024-11-27 11:52:24 +00:00
Use new cache-cleanup param in integtest
This commit is contained in:
parent
27dea2df09
commit
3083f01451
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ jobs:
|
|||
uses: ./setup-gradle
|
||||
with:
|
||||
cache-read-only: false
|
||||
gradle-home-cache-cleanup: true
|
||||
cache-cleanup: 'on-success'
|
||||
- name: Build with 3.1.1
|
||||
working-directory: sources/test/jest/resources/cache-cleanup
|
||||
run: ./gradlew --no-daemon --build-cache -Dcommons_math3_version="3.1.1" build
|
||||
|
|
Loading…
Reference in a new issue