We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1d00a commit 78324f8Copy full SHA for 78324f8
.github/workflows/e2e-main.yaml
@@ -130,6 +130,15 @@ jobs:
130
working-directory: ./podman-desktop-extension-ai-lab
131
run: pnpm install
132
133
+ - name: Show disk space before cleanup
134
+ run: df -h
135
+
136
+ - name: Free up disk space
137
+ run: |
138
+ sudo apt-get clean
139
+ sudo rm -rf /var/lib/apt/lists/* /usr/share/dotnet /usr/local/lib/android /opt/ghc /usr/local/share/boost /usr/local/share/powershell /usr/local/share/chromium /usr/local/share/edge /usr/local/share/firefox /usr/local/share/google
140
+ df -h
141
142
- name: Run All E2E tests
143
144
env:
0 commit comments