Skip to content

Commit

Permalink
#9: add AVD cache
Browse files Browse the repository at this point in the history
  • Loading branch information
arburk committed Jan 29, 2024
1 parent fd4db8d commit 1bebcdd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ jobs:
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: AVD cache
uses: actions/cache@v4
id: avd-cache
if: steps.check_pr.outputs.pr_exists_or_main_branch != 0
with:
path: |
~/.android/avd/*
~/.android/adb*
- name: Perfom instrumented tests
id: perform-it
continue-on-error: true
Expand Down

0 comments on commit 1bebcdd

Please sign in to comment.