Skip to content

Fix test with legacy DGWS 1.0 IdCard by setting the same timezone tha… #19

Fix test with legacy DGWS 1.0 IdCard by setting the same timezone tha…

Fix test with legacy DGWS 1.0 IdCard by setting the same timezone tha… #19

Workflow file for this run

name: CI pipeline
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build and test code
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
cache: 'maven'
- name: Build and test code with Maven
run: mvn -B package