Update android.yml

This commit is contained in:
Jordan Maples [MSFT] 2021-02-19 15:39:10 -08:00 committed by GitHub
parent 3bdc037c23
commit 2b9f1033aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
name: CI_Android name: CI_Android
on: on:
push: push:
branches: [ master ] branches: [ main ]
pull_request: pull_request:
branches: [ master ] branches: [ main ]
jobs: jobs:
Android: Android:
@ -47,4 +47,4 @@ jobs:
adb shell find /data/local/tmp/tests -maxdepth 1 -exec chmod +x {} \\\; adb shell find /data/local/tmp/tests -maxdepth 1 -exec chmod +x {} \\\;
- name: Test - name: Test
run: adb shell find /data/local/tmp/tests -name "*_tests" -maxdepth 1 -exec {} \\\; run: adb shell find /data/local/tmp/tests -name "*_tests" -maxdepth 1 -exec {} \\\;