Skip to content

build: Added driver installation and moved test into emulator run action #13

build: Added driver installation and moved test into emulator run action

build: Added driver installation and moved test into emulator run action #13

Workflow file for this run

name: Android CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Unit Test
run: ./gradlew testDebugUnitTest
continue-on-error: true # IMPORTANT: allow pipeline to continue to Android Test Report step
- name: Android Test Report
uses: asadmansr/android-test-report-action@v1.2.0
if: ${{ always() }} # IMPORTANT: run Android Test Report regardless