We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94b912c + 23d57f6 commit 7effe3bCopy full SHA for 7effe3b
.github/workflows/test.yml
@@ -1,4 +1,4 @@
1
-name: Build and Test
+ name: Build and Test
2
3
on:
4
workflow_dispatch:
@@ -52,10 +52,10 @@ jobs:
52
cache: 'maven'
53
54
- name: Run Compatibility Tests
55
- run: mvn -B jacoco:prepare-agent surefire:test -Dhibernate.version=${{ matrix.hibernate }}
+ run: mvn -B clean test -Dhibernate.version=${{ matrix.hibernate }} verify
56
57
- name: Run Tests
58
- run: mvn -B jacoco:prepare-agent surefire:test
+ run: mvn -B clean test verify
59
60
- name: Archive Test Results
61
if: ${{ always() }}
0 commit comments