Skip to content

ORM: simplify SupportSQLiteOpenHelper and BriteDatabase provideDatabase #534

ORM: simplify SupportSQLiteOpenHelper and BriteDatabase provideDatabase

ORM: simplify SupportSQLiteOpenHelper and BriteDatabase provideDatabase #534

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 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: Unit tests
run: bash ./gradlew test