Commit 84e00c7 1 parent e9d6a6d commit 84e00c7 Copy full SHA for 84e00c7
File tree 1 file changed +0
-27
lines changed
1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -44,40 +44,13 @@ jobs:
44
44
sudo udevadm control --reload-rules
45
45
sudo udevadm trigger --name-match=kvm
46
46
47
- - name : AVD cache
48
- uses : actions/cache@v4
49
- id : avd-cache
50
- with :
51
- path : |
52
- ~/.android/avd/*
53
- ~/.android/adb*
54
- key : avd-30
55
-
56
- - name : Create directory for avd
57
- # This shouldn't be necesary but this is a work around for
58
- # https://github.com/ReactiveCircus/android-emulator-runner/issues/197
59
- if : steps.avd-cache.outputs.cache-hit != 'true'
60
- run : mkdir -p ~/.android/avd
61
-
62
- - name : Create AVD and generate snapshot for caching
63
- if : steps.avd-cache.outputs.cache-hit != 'true'
64
- uses : reactivecircus/android-emulator-runner@v2
65
- with :
66
- api-level : 30
67
- force-avd-creation : false
68
- arch : x86_64
69
- emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
70
- disable-animations : false
71
- script : echo "Generated AVD snapshot for caching."
72
-
73
47
- name : Run tests in android emulator
74
48
uses : reactivecircus/android-emulator-runner@v2
75
49
env :
76
50
RANLIB : " ${ANDROID_NDK_HOME}/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ranlib"
77
51
with :
78
52
api-level : 30
79
53
arch : x86_64
80
- force-avd-creation : false
81
54
emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
82
55
disable-animations : true
83
56
script : |
You can’t perform that action at this time.
0 commit comments