Update mvn test push workflow

This commit is contained in:
kristoffer 2023-04-30 23:23:18 +02:00
parent cfaa584a7d
commit d454c21734
No known key found for this signature in database
GPG Key ID: A14590146063A150

View File

@ -14,5 +14,8 @@ jobs:
with:
java-version: 11
- name: Configure Maven settings
run: cp settings.xml $HOME/.m2/settings.xml
- name: Build and test with Maven
run: mvn test