maven-failsafe-plugin 3.6.0 introduced skipITs

This commit is contained in:
Athou
2026-09-04 08:21:57 +02:00
parent 74306719ca
commit ac4c98bead

View File

@@ -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