Skip to content

Change: Move DCQL primitives to oidc module #1130

Change: Move DCQL primitives to oidc module

Change: Move DCQL primitives to oidc module #1130

Workflow file for this run

name: Test JVM implementation
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Run tests
run: ./gradlew jvmTest
- name: Run ISO mDL tests
run: |
cd mobile-driving-licence-credential
./gradlew -DregressionTest=true jvmTest
cd ..
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: vck Tests
path: vck/build/test-results/**/TEST*.xml,vck-openid/build/test-results/**/TEST*.xml,vck-openid-ktor/build/test-results/**/TEST*.xml,mobile-driving-licence-credential/mobiledrivinglicence/build/test-results/**/TEST*.xml
reporter: java-junit