Commit 35720d1
committed
Add disk space cleanup to E2E tests workflow
GitHub runners have limited disk space (~14GB free). E2E tests build multiple
Docker images which can fill up the disk, causing "no space left on device"
errors.
Free up ~10GB by removing unused packages (.NET, Android SDK, GHC) and
cleaning Docker at the start of the workflow, before the kind cluster is
created. This cleanup is safe because it runs before any test infrastructure
exists.1 parent 2e953fa commit 35720d1
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
22 | 30 | | |
23 | 31 | | |
24 | 32 | | |
| |||
0 commit comments