Skip to content

Commit

Permalink
Add free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Sep 17, 2024
1 parent 4224fc4 commit 6e4c589
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Compile instrumented tests
run: ./gradlew --build-cache assembleDebugAndroidTest
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
android: false

# Retrieve the cached emulator snapshot.
- name: AVD cache
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
android: false

# Retrieve the cached emulator snapshot.
- name: AVD cache
uses: actions/cache@v4
Expand Down

0 comments on commit 6e4c589

Please sign in to comment.