Skip to content

Commit

Permalink
build: execute verify lifecycle for "build-test" (#534)
Browse files Browse the repository at this point in the history
This should find problems from PMD/Spotbugs before trying to run the integration tests.
  • Loading branch information
adangel authored Dec 19, 2024
1 parent c982103 commit 7f58ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
java: "[11, 17, 21]"
os: '["ubuntu-latest", "windows-latest"]'
extraMavenArgs: 'verify'

integration-tests:
name: Java ${{ matrix.java }}, MySQL ${{ matrix.mysql }}, MariaDB ${{ matrix.mariadb }}
Expand Down

0 comments on commit 7f58ff2

Please sign in to comment.