Skip to content

Merge branch 'main' into 1.1-fixbranch #514

Merge branch 'main' into 1.1-fixbranch

Merge branch 'main' into 1.1-fixbranch #514

Workflow file for this run

name: Build and test
on: [push]
jobs:
build:
name: Build and run unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify