Skip to content

Commit

Permalink
Update emulator runner
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed May 28, 2020
1 parent c439867 commit 2c55bac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
steps:
- uses: actions/checkout@v1
name: Checkout
- uses: reactivecircus/android-emulator-runner@v1
- uses: ReactiveCircus/android-emulator-runner@v1.0.2
name: Run tests
with:
api-level: 29
headless: true
disable-animations: true
script: ./gradlew connectedCheck

- uses: actions/cache@v1
Expand Down

0 comments on commit 2c55bac

Please sign in to comment.