Skip to content

Commit 9ea3eba

Browse files
committed
remove emulator cache for jetnews
1 parent 502e188 commit 9ea3eba

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/JetNews.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -64,29 +64,10 @@ jobs:
6464
~/.gradle/caches/jars-*
6565
~/.gradle/caches/build-cache-*
6666
key: gradle-${{ hashFiles('checksum.txt') }}
67-
- name: AVD cache
68-
uses: actions/cache@v4
69-
id: avd-cache
70-
with:
71-
path: |
72-
~/.android/avd/*
73-
~/.android/adb*
74-
key: avd-${{ matrix.api-level }}
75-
- name: create AVD and generate snapshot for caching
76-
if: steps.avd-cache.outputs.cache-hit != 'true'
77-
uses: reactivecircus/android-emulator-runner@v2
78-
with:
79-
api-level: ${{ matrix.api-level }}
80-
force-avd-creation: false
81-
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
82-
disable-animations: false
83-
script: echo "Generated AVD snapshot for caching."
8467
- name: Run instrumentation tests
8568
uses: reactivecircus/android-emulator-runner@v2
8669
with:
8770
api-level: ${{ matrix.api-level }}
88-
force-avd-creation: false
89-
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
9071
arch: x86
9172
disable-animations: true
9273
script: ./gradlew connectedCheck --stacktrace

0 commit comments

Comments
 (0)