Skip to content

Commit

Permalink
Build test configuration update to make test executed (#731)
Browse files Browse the repository at this point in the history
* Build test configuration update to make test executed.

* Apply the same test configuration update for compatibility tests.
  • Loading branch information
MalloD12 authored Dec 9, 2024
1 parent ab53fee commit 23d57f6
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 23d57f6

Please sign in to comment.