diff --git a/.github/workflows/test-go.yml b/.github/workflows/test-go.yml index 6d54ebc74a5f..10b9a1de26c6 100644 --- a/.github/workflows/test-go.yml +++ b/.github/workflows/test-go.yml @@ -476,6 +476,7 @@ jobs: name: test-results path: test-results/go-test - run: | + rm -rf test-results/go-test/logs ls -lhR test-results/go-test find test-results/go-test -mindepth 1 -mtime +3 -delete