fixing the maven github action

This commit is contained in:
Fabio Formosa
2022-10-26 23:22:34 +02:00
parent 704f31581f
commit 5746cb43c3

View File

@@ -32,5 +32,5 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
- name: Build and test with Maven
run: mvn -B package --file quartz-manager-parent/pom.xml