Skip to content

Commit

Permalink
Try to free up some disk space for emulator images
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Mar 14, 2024
1 parent 42831c2 commit 794163e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: false

- name: Compile instrumented tests
run: ./gradlew --build-cache assembleDebugAndroidTest

Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: false

- name: Compile instrumented tests
run: ./gradlew --build-cache assembleDebugAndroidTest

Expand Down

0 comments on commit 794163e

Please sign in to comment.