mirror of
https://github.com/gradle/actions.git
synced 2026-03-24 13:05:47 +08:00
More logging
This commit is contained in:
@@ -47,6 +47,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls "D:/a/.gradle/caches"
|
ls "D:/a/.gradle/caches"
|
||||||
du -hc "D:/a/.gradle/caches"
|
du -hc "D:/a/.gradle/caches"
|
||||||
|
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
|
# Second build will use the cache from the first build, but cleanup should remove unused artifacts
|
||||||
cache-cleanup-assemble-build:
|
cache-cleanup-assemble-build:
|
||||||
|
|||||||
Reference in New Issue
Block a user