Skip to content

Add sponsor link to the repo #183

Add sponsor link to the repo

Add sponsor link to the repo #183

Workflow file for this run

name: "Run tests"
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Gradle # TODO cache
uses: gradle/[email protected]
with:
gradle-version: current
wrapper-cache-enabled: true
dependencies-cache-enabled: true
configuration-cache-enabled: true
# TODO Lint currently fails
#- name: Run lint checks
# run: ./gradlew libandroid-navigation:lint
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Run Unit Tests
run: ./gradlew libandroid-navigation:test