Skip to content

Commit a99ce0a

Browse files
remove caching for tests
1 parent a9daeff commit a99ce0a

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/test.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414
with:
1515
persist-credentials: false
1616

17-
- name: Gradle Cache
18-
uses: gradle/gradle-build-action@v2
17+
# - name: Gradle Cache
18+
# uses: gradle/gradle-build-action@v2
1919

20-
- name: AVD Cache
21-
uses: actions/cache@v3
22-
id: avd-cache
23-
with:
24-
path: |
25-
~/.android/avd/*
26-
~/.android/adb*
27-
key: avd-29
20+
# - name: AVD Cache
21+
# uses: actions/cache@v3
22+
# id: avd-cache
23+
# with:
24+
# path: |
25+
# ~/.android/avd/*
26+
# ~/.android/adb*
27+
# key: avd-29
2828

2929
- name: Setup NodeJS
3030
uses: actions/setup-node@v2
@@ -52,18 +52,18 @@ jobs:
5252
cd tests
5353
yarn install --frozen-lockfile
5454
55-
- name: create AVD and generate snapshot for caching
56-
if: steps.avd-cache.outputs.cache-hit != 'true'
57-
uses: reactivecircus/android-emulator-runner@v2
58-
with:
59-
api-level: 29
60-
force-avd-creation: false
61-
target: google_apis
62-
arch: x86_64
63-
disable-animations: false
64-
avd-name: $AVD_NAME
65-
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
66-
script: echo "Generated AVD snapshot for caching."
55+
# - name: create AVD and generate snapshot for caching
56+
# if: steps.avd-cache.outputs.cache-hit != 'true'
57+
# uses: reactivecircus/android-emulator-runner@v2
58+
# with:
59+
# api-level: 29
60+
# force-avd-creation: false
61+
# target: google_apis
62+
# arch: x86_64
63+
# disable-animations: false
64+
# avd-name: $AVD_NAME
65+
# emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
66+
# script: echo "Generated AVD snapshot for caching."
6767

6868
- name: Run connected tests
6969
uses: ReactiveCircus/android-emulator-runner@v2

0 commit comments

Comments
 (0)