Skip to content

JWT user identifiers additional fields dot notation in CI #411

JWT user identifiers additional fields dot notation in CI

JWT user identifiers additional fields dot notation in CI #411

Workflow file for this run

name: CI
on: pull_request
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
- name: Build and run unit tests
run: mvn test -f pom.xml