Add support for configuring hardware profile and running custom script.

This commit is contained in:
Yang Chen
2019-11-08 19:51:51 +11:00
parent 34df1eaf0e
commit 0f9b17b151
12 changed files with 150 additions and 81 deletions
+7 -3
View File
@@ -8,7 +8,7 @@ on:
jobs:
test:
runs-on: macOS-latest
timeout-minutes: 20
timeout-minutes: 10
strategy:
matrix:
api-level: [21, 23, 29]
@@ -27,9 +27,13 @@ jobs:
- name: run action
uses: ./
with:
with:
api-level: ${{ matrix.api-level }}
target: default
abi: x86
arch: x86
profile: Nexus 6
headless: true
disable-animations: true
script: |
adb devices -l
adb --help