Skip to content

Commit

Permalink
Use only one emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed May 29, 2020
1 parent dd829e0 commit 4b8c22e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@ on:
jobs:
tests:
runs-on: macOS-latest
strategy:
matrix:
api-level: [22, 29]

steps:
- uses: actions/checkout@v1
name: Checkout
- uses: reactivecircus/android-emulator-runner@v2
name: Run tests
with:
api-level: ${{ matrix.api-level }}
api-level: 29
profile: Nexus 6
headless: true
disable-animations: true
Expand Down

0 comments on commit 4b8c22e

Please sign in to comment.