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