Merge pull request #2 from my0373/test

Added a maven test into the build workflow
This commit is contained in:
Matt York 2023-10-14 09:06:56 +01:00 committed by GitHub
commit 6b3f1abebe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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