Skip to content

Commit

Permalink
Merge branch 'main' into timestamp-timezone-support
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloD12 authored Dec 9, 2024
2 parents b6b827a + 23d57f6 commit f5b90b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test
name: Build and Test

on:
workflow_dispatch:
Expand Down Expand Up @@ -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() }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent-pom</artifactId>
<version>0.5.0</version> <!-- Replace with the desired version -->
<version>0.5.1</version> <!-- Replace with the desired version -->
</parent>

<groupId>org.liquibase.ext</groupId>
Expand Down

0 comments on commit f5b90b5

Please sign in to comment.