From bfbeddcd7bfb9ceda43be40f366a1153b37b9154 Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Sat, 17 Jan 2026 12:14:05 +0100 Subject: [PATCH] Update android-ui-tests.yml (#1404) --- .github/workflows/android-ui-tests.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/android-ui-tests.yml b/.github/workflows/android-ui-tests.yml index 34fb969b7..6f490404f 100644 --- a/.github/workflows/android-ui-tests.yml +++ b/.github/workflows/android-ui-tests.yml @@ -20,6 +20,17 @@ jobs: working-directory: apps/mobile-app steps: + - name: Free disk space + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: false # Keep Android SDK + dotnet: false # Keep .NET (we need it) + haskell: true + large-packages: true + docker-images: true + swap-storage: true + - name: Checkout repository uses: actions/checkout@v4