Skip to content

Commit

Permalink
Build test configuration update to make test executed.
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloD12 committed Dec 9, 2024
1 parent ab53fee commit 5f728f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -55,7 +55,7 @@ jobs:
run: mvn -B jacoco:prepare-agent surefire:test -Dhibernate.version=${{ matrix.hibernate }}

- 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 5f728f9

Please sign in to comment.