From 0dbc557a0e21d0d0921b3543c3d21e722fc8be38 Mon Sep 17 00:00:00 2001 From: VioletHynes Date: Mon, 8 Jan 2024 12:55:45 -0500 Subject: [PATCH] Add -type -f to the -find delete call as part of test collect reports --- .github/workflows/test-go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-go.yml b/.github/workflows/test-go.yml index 24825b5272b6..63e96ec14a57 100644 --- a/.github/workflows/test-go.yml +++ b/.github/workflows/test-go.yml @@ -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 '