Skip to content

Merge branch '1.0-fixbranch' #472

Merge branch '1.0-fixbranch'

Merge branch '1.0-fixbranch' #472

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 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify