Skip to content

Skip the androidx.biometric compatibility library #118

Skip the androidx.biometric compatibility library

Skip the androidx.biometric compatibility library #118

Workflow file for this run

name: Unit tests
on:
push:
pull_request:
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Setup java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: Execute tests
run: ./gradlew test