Skip to content

Commit 78324f8

Browse files
chore(ci): update workflow (#3634)
Signed-off-by: serbangeorge-m <[email protected]>
1 parent 8b1d00a commit 78324f8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/e2e-main.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,15 @@ jobs:
130130
working-directory: ./podman-desktop-extension-ai-lab
131131
run: pnpm install
132132

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+
133142
- name: Run All E2E tests
134143
working-directory: ./podman-desktop-extension-ai-lab
135144
env:

0 commit comments

Comments
 (0)