mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-04 20:42:02 +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
|
||||
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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user