mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-12 14:32:45 +00:00
CI: add avd test
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -106,3 +106,9 @@ jobs:
|
||||
with:
|
||||
name: ${{ github.sha }}-symbols
|
||||
path: app/build/outputs
|
||||
|
||||
- name: AVD test
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
brew install coreutils
|
||||
scripts/avd_test.sh
|
||||
|
||||
Reference in New Issue
Block a user