35
35
api-level : 34
36
36
target : aosp_atd
37
37
arch : x86_64
38
- - os : ubuntu-24.04
38
+ - os : ubuntu-lastest
39
39
api-level : 35
40
40
target : google_apis
41
41
arch : x86_64
@@ -56,14 +56,14 @@ jobs:
56
56
distribution : ' zulu'
57
57
java-version : 23
58
58
59
- - uses : actions/cache@v4
60
- id : avd-cache
61
- with :
62
- path : |
63
- ~/.android/avd/*
64
- ~/.android/adb*
65
- ~/.android/debug.keystore
66
- key : avd-${{ matrix.api-level }}-${{ matrix.os }}-${{ matrix.target }}
59
+ # - uses: actions/cache@v4
60
+ # id: avd-cache
61
+ # with:
62
+ # path: |
63
+ # ~/.android/avd/*
64
+ # ~/.android/adb*
65
+ # ~/.android/debug.keystore
66
+ # key: avd-${{ matrix.api-level }}-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.arch }}
67
67
68
68
- uses : gradle/actions/setup-gradle@v4
69
69
@@ -78,23 +78,23 @@ jobs:
78
78
sudo udevadm control --reload-rules
79
79
sudo udevadm trigger --name-match=kvm
80
80
81
- - name : run emulator to generate snapshot for caching
82
- if : steps.avd-cache.outputs.cache-hit != 'true'
83
- uses : ./
84
- with :
85
- api-level : ${{ matrix.api-level }}
86
- target : ${{ matrix.target }}
87
- arch : ${{ matrix.arch }}
88
- profile : Galaxy Nexus
89
- cores : 2
90
- sdcard-path-or-size : 100M
91
- avd-name : test
92
- force-avd-creation : false
93
- emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
94
- disable-animations : false
95
- working-directory : ./test-fixture/
96
- channel : canary
97
- script : echo "Generated AVD snapshot for caching."
81
+ # - name: run emulator to generate snapshot for caching
82
+ # if: steps.avd-cache.outputs.cache-hit != 'true'
83
+ # uses: ./
84
+ # with:
85
+ # api-level: ${{ matrix.api-level }}
86
+ # target: ${{ matrix.target }}
87
+ # arch: ${{ matrix.arch }}
88
+ # profile: Galaxy Nexus
89
+ # cores: 2
90
+ # sdcard-path-or-size: 100M
91
+ # avd-name: test
92
+ # force-avd-creation: false
93
+ # emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
94
+ # disable-animations: false
95
+ # working-directory: ./test-fixture/
96
+ # channel: canary
97
+ # script: echo "Generated AVD snapshot for caching."
98
98
99
99
- name : run action
100
100
uses : ./
0 commit comments