Skip to content

Commit

Permalink
Add -type -f to the -find delete call as part of test collect reports (
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletHynes authored Jan 8, 2024
1 parent 3931207 commit 0942795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down

0 comments on commit 0942795

Please sign in to comment.