mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-03 19:09:32 +00:00
Initial commit.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user