Skip to content

Commit

Permalink
CI: Pre-emptively delete logs dir after cache restore in test-collect…
Browse files Browse the repository at this point in the history
…-reports (#23600)
  • Loading branch information
kubawi authored Oct 11, 2023
1 parent d5df561 commit 83ae451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83ae451

Please sign in to comment.