mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-05 14:06:37 +08:00
Unit Test on Android U
This commit is contained in:
parent
9ad8f22da2
commit
70a68d9fb4
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user