Skip to content

Commit f43cbc0

Browse files
committed
freup space
1 parent 26f023c commit f43cbc0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/cypress-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14+
15+
- name: 1. Free up disk space on runner
16+
run: |
17+
echo "Starting disk cleanup..."
18+
df -h
19+
sudo rm -rf /usr/share/dotnet /opt/ghc /usr/local/lib/android /usr/local/share/powershell
20+
echo "Disk space after cleanup:"
21+
df -h
1422
- name: Checkout code
1523
uses: actions/checkout@v4
1624

0 commit comments

Comments
 (0)