Skip to content

SDK-2478: Allow the Relying Business to fetch & delete tracked device metatdata #1178

SDK-2478: Allow the Relying Business to fetch & delete tracked device metatdata

SDK-2478: Allow the Relying Business to fetch & delete tracked device metatdata #1178

Workflow file for this run

name: Unit Test
on:
push:
branches:
- '*'
pull_request:
branches:
- 'master'
- 'DEVELOPMENT*'
jobs:
junit:
name: Junit (Java ${{ matrix.jdk-version }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
jdk-version: [8,11,17]
steps:
- uses: actions/checkout@v4
- name: Set up Java ${{ matrix.jdk-version }}
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.jdk-version }}
architecture: x64
- run: mvn test -B -pl yoti-sdk-api -Ddependency-check.skip=true