mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
CI: Pre-emptively delete logs dir after cache restore in test-collect-reports (#23600)
This commit is contained in:
1
.github/workflows/test-go.yml
vendored
1
.github/workflows/test-go.yml
vendored
@@ -476,6 +476,7 @@ jobs:
|
|||||||
name: test-results
|
name: test-results
|
||||||
path: test-results/go-test
|
path: test-results/go-test
|
||||||
- run: |
|
- run: |
|
||||||
|
rm -rf test-results/go-test/logs
|
||||||
ls -lhR test-results/go-test
|
ls -lhR test-results/go-test
|
||||||
find test-results/go-test -mindepth 1 -mtime +3 -delete
|
find test-results/go-test -mindepth 1 -mtime +3 -delete
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user