Added a maven test into the build workflow

This commit is contained in:
Matt York 2023-10-14 08:57:16 +01:00
parent 07654a2828
commit d9c9ac9900

View file

@ -27,3 +27,6 @@ jobs:
cache: maven
- name: Build with Maven Wrapper
run: ./mvnw -B package
- name: Run Maven tests
run: mvn test