Skip to content

Commit

Permalink
ci: cache avd
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Jan 23, 2024
1 parent f0f2f83 commit bed3638
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ jobs:
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: AVD cache
uses: actions/cache@v3
id: avd-cache
with:
path: |
~/.android/avd/*
~/.android/adb*
key: avd
- name: Functional Tests
uses: reactivecircus/[email protected]
with:
Expand Down

0 comments on commit bed3638

Please sign in to comment.