Unit Test on Android U

This commit is contained in:
LoveSy 2023-02-09 11:17:52 +08:00 committed by GitHub
parent 9ad8f22da2
commit 70a68d9fb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,6 +143,9 @@ jobs:
- api-level: 33 - api-level: 33
target: android-tv target: android-tv
arch: x86 arch: x86
- api-level: UpsideDownCake-ext5
target: google_apis
arch: x86_64
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
@ -170,7 +173,7 @@ jobs:
restore-keys: ${{ runner.os }} restore-keys: ${{ runner.os }}
save: false save: false
- name: run tests - name: run tests
uses: reactivecircus/android-emulator-runner@v2 uses: yujincheng08/android-emulator-runner@apilevel
with: with:
api-level: ${{ matrix.api-level }} api-level: ${{ matrix.api-level }}
arch: ${{ matrix.arch }} arch: ${{ matrix.arch }}