We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89fd3f6 commit ed4773bCopy full SHA for ed4773b
.github/workflows/integration-tests-ui-critical.yml
@@ -89,15 +89,6 @@ jobs:
89
sudo udevadm control --reload-rules
90
sudo udevadm trigger --name-match=kvm
91
92
- - name: AVD cache
93
- uses: actions/cache@v5
94
- id: avd-cache
95
- with:
96
- path: |
97
- ~/.android/avd/*
98
- ~/.android/adb*
99
- key: avd-api-${{ matrix.api-level }}-${{ matrix.arch }}-${{ matrix.target }}
100
-
101
- name: Create AVD and generate snapshot for caching
102
uses: reactivecircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b # pin@v2
103
with:
0 commit comments