We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0356a commit c461d80Copy full SHA for c461d80
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
runs-on: ubuntu-latest
54
strategy:
55
matrix:
56
- api-level: [30]
+ api-level: [30, 35]
57
steps:
58
- uses: actions/checkout@v4
59
@@ -97,6 +97,7 @@ jobs:
97
with:
98
api-level: ${{ matrix.api-level }}
99
target: google_apis
100
+ profile: pixel_c
101
force-avd-creation: false
102
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
103
script: |
@@ -107,6 +108,7 @@ jobs:
107
108
109
110
111
112
113
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
114
0 commit comments