From ac4c98bead7bf761f0baa7560e42eaf04ecb87ad Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 4 Sep 2026 08:21:57 +0200 Subject: [PATCH] maven-failsafe-plugin 3.6.0 introduced skipITs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6af6a62a..48294cd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: # Build & Test - name: Build with Maven - run: mvn --batch-mode --no-transfer-progress install -Pnative -P${{ matrix.database }} -DskipTests=${{ matrix.os == 'windows-latest' && matrix.database != 'h2' }} + run: mvn --batch-mode --no-transfer-progress install -Pnative -P${{ matrix.database }} -DskipITs=${{ matrix.os == 'windows-latest' && matrix.database != 'h2' }} # Build pages - name: Create pages directory structure