Merge pull request #483 from hapifhir/ld-20230111-pipeline-maven-verify

Update pipeline to run integration tests.
This commit is contained in:
Mark Iantorno
2023-01-12 09:25:09 -05:00
committed by GitHub

View File

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