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