mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
Add -type -f to the -find delete call as part of test collect reports (#24711)
This commit is contained in:
2
.github/workflows/test-go.yml
vendored
2
.github/workflows/test-go.yml
vendored
@@ -510,7 +510,7 @@ jobs:
|
||||
- run: |
|
||||
rm -rf test-results/go-test/logs
|
||||
ls -lhR test-results/go-test
|
||||
find test-results/go-test -mindepth 1 -mtime +3 -delete
|
||||
find test-results/go-test -mindepth 1 -type f -mtime +3 -delete
|
||||
|
||||
# Prune invalid timing files
|
||||
find test-results/go-test -mindepth 1 -type f -name "*.json" -exec sh -c '
|
||||
|
||||
Reference in New Issue
Block a user