Skip to content

Commit

Permalink
test connectedCheck on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Boisselle committed May 13, 2020
1 parent 42ddc22 commit a785501
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
uses: eskatos/gradle-command-action@v1
with:
arguments: check -no-daemon
- name: Connected Check (Android)
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
script: ./gradlew connectedCheck
windows:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit a785501

Please sign in to comment.