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' java-version: '11'
distribution: 'temurin' distribution: 'temurin'
cache: maven cache: maven
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml