diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8e930355..987b9d54 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,4 +1,4 @@
-name: Build and Test
+ name: Build and Test
on:
workflow_dispatch:
@@ -52,10 +52,10 @@ jobs:
cache: 'maven'
- name: Run Compatibility Tests
- run: mvn -B jacoco:prepare-agent surefire:test -Dhibernate.version=${{ matrix.hibernate }}
+ run: mvn -B clean test -Dhibernate.version=${{ matrix.hibernate }} verify
- name: Run Tests
- run: mvn -B jacoco:prepare-agent surefire:test
+ run: mvn -B clean test verify
- name: Archive Test Results
if: ${{ always() }}
diff --git a/pom.xml b/pom.xml
index 2de52c1c..68d4c93c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.liquibase
liquibase-parent-pom
- 0.5.0
+ 0.5.1
org.liquibase.ext