Skip to content

refactor: timber.d and amplitude #321

refactor: timber.d and amplitude

refactor: timber.d and amplitude #321

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: '11'
distribution: 'temurin'
cache: 'gradle'
- name: Unit tests
run: bash ./gradlew test