From 7f58ff2b7a66f9069606a364258e06b601bcd76f Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 19 Dec 2024 16:11:49 +0100 Subject: [PATCH] build: execute verify lifecycle for "build-test" (#534) This should find problems from PMD/Spotbugs before trying to run the integration tests. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87ca338..938f05f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}