CI: add avd test

This commit is contained in:
vvb2060
2023-04-25 04:54:46 +08:00
committed by John Wu
parent e9f32e4f68
commit 3733c9a091
3 changed files with 15 additions and 9 deletions

View File

@@ -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