Skip to content

feat: migrate PathDto from points to polyline format #11

feat: migrate PathDto from points to polyline format

feat: migrate PathDto from points to polyline format #11

Workflow file for this run

name: Run Tests
on:
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Create secret.properties
run: echo "MAPS_API_KEY=dummy_key" > secret.properties
- name: Create google-services.json
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > app/google-services.json
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: wrapper
cache-read-only: false
- name: Run tests
run: ./gradlew test