mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Update android.yml
This commit is contained in:
parent
3bdc037c23
commit
2b9f1033aa
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@ -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 {} \\\;
|
||||||
|
Loading…
Reference in New Issue
Block a user