Skip to content

Commit ed4773b

Browse files
romtsnclaude
andcommitted
fix(test): Remove AVD cache step entirely
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 89fd3f6 commit ed4773b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/integration-tests-ui-critical.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,6 @@ jobs:
8989
sudo udevadm control --reload-rules
9090
sudo udevadm trigger --name-match=kvm
9191
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-
10192
- name: Create AVD and generate snapshot for caching
10293
uses: reactivecircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b # pin@v2
10394
with:

0 commit comments

Comments
 (0)