Skip to content

Allow passive locations, but check that its time is greater than any … #868

Allow passive locations, but check that its time is greater than any …

Allow passive locations, but check that its time is greater than any … #868

Workflow file for this run

name: Android CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Set up Java 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
- name: Build with Gradle
run: ./gradlew assembleDebugUnitTest -Dpre-dex=false
- name: Run Unit Tests
run: ./gradlew testDebugUnitTest -Dpre-dex=false -q