Skip to content

Commit

Permalink
Apply the same test configuration update for compatibility tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloD12 committed Dec 9, 2024
1 parent 5f728f9 commit bca9a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ 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 clean test verify
Expand Down

0 comments on commit bca9a4b

Please sign in to comment.