mirror of
https://github.com/gradle/actions.git
synced 2026-03-22 20:15:46 +08:00
Add test debug
This commit is contained in:
@@ -43,6 +43,10 @@ jobs:
|
||||
- name: Build with 3.1
|
||||
working-directory: .github/workflow-samples/cache-cleanup
|
||||
run: ./gradlew --no-daemon --build-cache -Dcommons_math3_version="3.1" build
|
||||
- name: Print Gradle User Home
|
||||
run: |
|
||||
ls "D:/a/.gradle/caches"
|
||||
du -hc "D:/a/.gradle/caches"
|
||||
|
||||
# Second build will use the cache from the first build, but cleanup should remove unused artifacts
|
||||
cache-cleanup-assemble-build:
|
||||
|
||||
Reference in New Issue
Block a user