test: add maven workflow

This commit is contained in:
ColdDev 2022-10-24 20:10:03 +01:00
parent e30747cf33
commit 122926284c

View File

@ -22,6 +22,6 @@ steps:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
- name: Build with Maven
run: mvn -B package --file pom.xml