Initial commit.

This commit is contained in:
Yang Chen
2019-11-06 02:46:20 +11:00
commit 8425a60746
16 changed files with 6090 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
name: "Test android-emulator-runner"
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- run: npm ci
- run: npm run build
- run: npm test
- uses: ./
with:
api-level: 23
target: google_apis
abi: x86
headless: true