mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-02-02 10:22:45 -05:00
Update android-ui-tests.yml (#1404)
This commit is contained in:
11
.github/workflows/android-ui-tests.yml
vendored
11
.github/workflows/android-ui-tests.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user