separate build and test
Some checks failed
msbuild / build (push) Failing after 1m11s

This commit is contained in:
Greg Gauthier 2024-07-23 10:46:43 +00:00
parent 0317fe5ee3
commit af9627d07b

View File

@ -25,8 +25,10 @@ jobs:
echo $JAVA_HOME
mvn -B verify --file pom.xml
- name: Build And Test
- name: Build
run: |
mvn compiler:compile
mvn compiler:testCompile
mvn surefire:test
- name: Test
run: mvn surefire:test