Skip to content

Commit

Permalink
Merge branch 'main' into multi-schema-support
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloD12 authored Dec 9, 2024
2 parents 94b912c + 23d57f6 commit 7effe3b
Showing 1 changed file with 3 additions and 3 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

0 comments on commit 7effe3b

Please sign in to comment.