Update pipeline to run integration tests.

This commit is contained in:
Luke deGruchy
2023-01-11 17:09:38 -05:00
parent ef8c487da4
commit 8f528dbddb

View File

@@ -26,4 +26,4 @@ jobs:
with: with:
java-version: 17 java-version: 17
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml verify