Skip to content

Merge pull request #138 from baloise/schlijo-patch-1 #119

Merge pull request #138 from baloise/schlijo-patch-1

Merge pull request #138 from baloise/schlijo-patch-1 #119

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
cache: 'maven'
- name: Build with Maven
run: mvn clean verify --file pom.xml