mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-08-31 17:49:33 +00:00
24 lines
394 B
YAML
24 lines
394 B
YAML
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
|