Skip to content

Commit 583c1d1

Browse files
committed
test(ci): free up disk space on runners
the new runners have more and more tools and slightly less disk space, leading to out of space errors
1 parent b099eba commit 583c1d1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/tests_e2e_android.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ jobs:
4646
EMULATOR_COMMAND: "-avd TestingAVD -noaudio -gpu swiftshader_indirect -camera-back none -no-snapshot -no-window -no-boot-anim -nojni -memory 2048 -timezone 'Europe/London' -cores 2"
4747
EMULATOR_EXECUTABLE: qemu-system-x86_64-headless
4848
steps:
49+
- name: Liberate disk space
50+
uses: jlumbroso/free-disk-space@main
51+
with:
52+
tool-cache: false
53+
android: false
54+
dotnet: true
55+
haskell: true
56+
large-packages: false
57+
docker-images: true
58+
swap-storage: false
59+
4960
- name: Enable KVM group perms
5061
run: |
5162
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules

0 commit comments

Comments
 (0)