Skip to content

Commit 7effe3b

Browse files
authored
Merge branch 'main' into multi-schema-support
2 parents 94b912c + 23d57f6 commit 7effe3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Test
1+
name: Build and Test
22

33
on:
44
workflow_dispatch:
@@ -52,10 +52,10 @@ jobs:
5252
cache: 'maven'
5353

5454
- name: Run Compatibility Tests
55-
run: mvn -B jacoco:prepare-agent surefire:test -Dhibernate.version=${{ matrix.hibernate }}
55+
run: mvn -B clean test -Dhibernate.version=${{ matrix.hibernate }} verify
5656

5757
- name: Run Tests
58-
run: mvn -B jacoco:prepare-agent surefire:test
58+
run: mvn -B clean test verify
5959

6060
- name: Archive Test Results
6161
if: ${{ always() }}

0 commit comments

Comments
 (0)