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 diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index d8cee297..7fad61a6 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -176,7 +176,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.5.6 + 3.6.0