Skip to content

Follow up of AGP 8.x upgrade #395

Follow up of AGP 8.x upgrade

Follow up of AGP 8.x upgrade #395

Workflow file for this run

name: Test Build
on : [pull_request]
jobs:
test:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: Unit tests
run: bash ./gradlew test